Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.cpp111 std::pair<std::string, int> parseMountPoint(const std::string& mountPoint) { in parseMountPoint()
124 bool isActiveMountPoint(const std::string& mountPoint) { in isActiveMountPoint()
192 const std::string& mountPoint) { in resolveMountInfo()
Dapexd.cpp361 const std::string& mountPoint, in MountPackageImpl()
886 Result<void> MountPackage(const ApexFile& apex, const std::string& mountPoint) { in MountPackage()
987 const std::string& mountPoint = apexd_private::GetPackageMountPoint(manifest); in activatePackageImpl() local
/system/vold/
DAppFuseUtil.cpp156 std::string mountPoint; in OpenAppFuseFile() local
DVoldNativeService.cpp683 const std::string& mountPoint) { in mountFstab()
691 const std::string& mountPoint) { in encryptFstab()
834 binder::Status VoldNativeService::restoreCheckpoint(const std::string& mountPoint) { in restoreCheckpoint()
842 binder::Status VoldNativeService::restoreCheckpointPart(const std::string& mountPoint, int count) { in restoreCheckpointPart()
DUtils.cpp1226 auto mountPoint = std::string(mnt->mnt_dir) + "/"; in findMountPointsWithPrefix() local
1250 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree()
/system/vold/binder/android/os/
DIVold.aidl90 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab()
91 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab()
/system/incremental_delivery/incfs/
DMountRegistry.cpp345 auto mountPoint = std::string(items[4]); in loadFrom() local