Home
last modified time | relevance | path

Searched refs:dirName (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DVolumeManager.cpp784 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/
Dpath.h75 inline std::string_view dirName(std::string_view path) { in dirName() function
/system/incremental_delivery/incfs/
Dpath.cpp202 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase()
Dincfs.cpp107 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()
DMountRegistry.cpp318 return path::join(path::dirName(mountDir), "backing_store"sv); in fixBackingDir()
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp768 auto dir = path::dirName(cmdPath); in DataLoaderService_OnCreate()