Searched defs:mountPoint (Results 1 – 7 of 7) sorted by relevance
111 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()
361 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
156 std::string mountPoint; in OpenAppFuseFile() local
683 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()
1226 auto mountPoint = std::string(mnt->mnt_dir) + "/"; in findMountPointsWithPrefix() local1250 status_t UnmountTree(const std::string& mountPoint) { in UnmountTree()
90 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab()91 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab()
345 auto mountPoint = std::string(items[4]); in loadFrom() local