sapling/eden/fs/win/mount
Puneet Kaushik f54831e526 Teach WinStore to work with std::wstring_view to avoid unnecessary copy
Summary: WinStore interface was taking wstring for path and we were converting wchar pointers to wstring which were later converted to RelativePath. In this diff we pass the path as is and save one copy per operation.

Reviewed By: simpkins

Differential Revision: D18444773

fbshipit-source-id: fa6a3efb6a7e91cf9b0dca919e80870e1bcf0804
2019-12-10 14:07:25 -08:00
..
test rename tests to make testpilot happy 2019-10-30 10:50:02 -07:00
CurrentState.cpp Add CurrentState to record the FS changes 2019-10-24 16:26:54 -07:00
CurrentState.h Add CurrentState to record the FS changes 2019-10-24 16:26:54 -07:00
EdenDispatcher.cpp Teach WinStore to work with std::wstring_view to avoid unnecessary copy 2019-12-10 14:07:25 -08:00
EdenDispatcher.h Add Notifications support to Eden Windows 2019-10-24 16:26:54 -07:00
EdenMount.cpp Create TestFsChannel class 2019-12-10 14:07:25 -08:00
EdenMount.h Create TestFsChannel class 2019-12-10 14:07:25 -08:00
Enumerator.cpp Remove searchExpression DCHECK 2019-10-18 12:39:09 -07:00
Enumerator.h Tidy up license headers 2019-10-11 05:28:23 -07:00
FsChannel.h Create TestFsChannel class 2019-12-10 14:07:25 -08:00
GenerateStatus.cpp Add GenerateStatus to compute the status change 2019-12-10 14:07:24 -08:00
GenerateStatus.h Add GenerateStatus to compute the status change 2019-12-10 14:07:24 -08:00
PrjfsChannel.cpp Create TestFsChannel class 2019-12-10 14:07:25 -08:00
PrjfsChannel.h Create TestFsChannel class 2019-12-10 14:07:25 -08:00
RepoConfig.cpp Update RepoConfig to store Mount id in .eden/config 2019-10-24 16:26:54 -07:00
RepoConfig.h Update RepoConfig to store Mount id in .eden/config 2019-10-24 16:26:54 -07:00
StateDbNode.cpp Add StateDbNode to fetch and set the directory entries from the regdb 2019-10-24 16:26:54 -07:00
StateDbNode.h Add StateDbNode to fetch and set the directory entries from the regdb 2019-10-24 16:26:54 -07:00
StateDirectoryEntry.h Add StateDirectoryEntry as an in memory representation of a FS cache dirEntry 2019-10-24 16:26:53 -07:00