Searched refs:dirName (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | VolumeManager.cpp | 784 static std::string getStorageDirSrc(userid_t userId, const std::string& dirName, in getStorageDirSrc() argument 788 userId, dirName.c_str(), packageName.c_str()); in getStorageDirSrc() 791 userId, userId, dirName.c_str(), packageName.c_str()); in getStorageDirSrc() 795 static std::string getStorageDirTarget(userid_t userId, std::string dirName, in getStorageDirTarget() argument 798 userId, dirName.c_str(), packageName.c_str()); in getStorageDirTarget()
|
/system/incremental_delivery/incfs/include/ |
D | path.h | 75 inline std::string_view dirName(std::string_view path) { in dirName() function
|
/system/incremental_delivery/incfs/ |
D | path.cpp | 202 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase()
|
D | incfs.cpp | 107 auto res = path::dirName(cmdFile); in rootForCmd() 579 if (path::dirName(targetDir) == path::procfsFdDir) { in IncFs_Mount() 907 const auto parent = path::dirName(commandPath); in makeDirs() 913 if (auto parentMkdirRes = makeDirs(parent, path::dirName(path), root, mode)) { in makeDirs() 1371 if (path::dirName(sourceDir) == path::procfsFdDir) { in IncFs_BindMount()
|
D | MountRegistry.cpp | 318 return path::join(path::dirName(mountDir), "backing_store"sv); in fixBackingDir()
|
/system/incremental_delivery/libdataloader/ |
D | DataLoaderConnector.cpp | 768 auto dir = path::dirName(cmdPath); in DataLoaderService_OnCreate()
|