sapling/eden/fs/fuse
Chad Austin 6d3664ee86 introduce an asString() on Path and PathPiece
Summary:
At API boundaries, it's common to want to convert a Path or PathPiece
to std::string. Previously, code would call
`.stringPiece().str()`. Add an `asString()` to make this explicit.

Reviewed By: xavierd

Differential Revision: D41140757

fbshipit-source-id: 72003dc9a353cdfa4632a7d1ab433122211186e0
2022-11-11 18:46:15 -08:00
..
fuse_tester gflags: codemod our use of gflags to use folly/portability/GFlags.h 2022-06-16 13:43:57 -07:00
privhelper introduce an asString() on Path and PathPiece 2022-11-11 18:46:15 -08:00
test Add a Checkout config to enable FUSE writeback cache feature 2022-05-16 16:01:59 -07:00
CMakeLists.txt common: rename utils -> edencommon_utils 2022-08-16 11:23:53 -07:00
DirList.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
DirList.h fs: fix license header 2022-01-04 15:00:07 -08:00
FuseChannel.cpp introduce an asString() on Path and PathPiece 2022-11-11 18:46:15 -08:00
FuseChannel.h Use filenames in inode tracing commands when full path isn't available 2022-07-25 18:33:27 -07:00
FuseDispatcher.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
FuseDispatcher.h remove some conditional includes 2022-07-19 12:37:57 -07:00
FuseRequestContext.cpp Back out "decouple ObjectFetchContext lifetime from RequestContext" 2022-10-26 15:07:38 -07:00
FuseRequestContext.h Back out "decouple ObjectFetchContext lifetime from RequestContext" 2022-10-26 15:07:38 -07:00
Invalidation.h fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
PollHandle.h fs: fix license header 2022-01-04 15:00:07 -08:00