Home
last modified time | relevance | path

Searched defs:mountPoint (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DAppFuseUtil.cpp156 std::string mountPoint; in OpenAppFuseFile() local
DVoldNativeService.cpp571 const std::string& mountPoint) { in mountFstab()
580 const std::string& mountPoint, bool shouldFormat, in encryptFstab()
737 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint()
745 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart()
DUtils.cpp1269 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree()
/system/vold/binder/android/os/
DIVold.aidl83 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab()
84 …void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat,… in encryptFstab()
/system/incremental_delivery/incfs/
DMountRegistry.cpp349 auto mountPoint = std::string(items[4]); in loadFrom() local