sapling/eden/fs/privhelper
Chad Austin c508cc8302 use the same PrivHelper interface on all platforms
Summary:
We already had a pretend PrivHelper on Windows. Remove the stub
methods on Windows and provide a Windows implementation of PrivHelper
where most methods are no-ops but the mounts throw a NOT_IMPLEMENTED
error.

Reviewed By: kmancini

Differential Revision: D45260187

fbshipit-source-id: 87ca8679947372e484c345acdd708a17dbb8235e
2023-05-17 09:07:32 -07:00
..
test privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
CMakeLists.txt privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
NfsMountRpc.cpp privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
NfsMountRpc.h privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelper.cpp use the same PrivHelper interface on all platforms 2023-05-17 09:07:32 -07:00
PrivHelper.h use the same PrivHelper interface on all platforms 2023-05-17 09:07:32 -07:00
PrivHelperConn.cpp privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperConn.h privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperFlags.cpp privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperFlags.h privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperImpl.cpp use the same PrivHelper interface on all platforms 2023-05-17 09:07:32 -07:00
PrivHelperImpl.h privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperServer.cpp privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperServer.h privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00
PrivHelperServerSanityCheck.cpp privhelper is no longer FUSE-specific, so move it to fs/ 2023-05-11 18:29:21 -07:00