Home
last modified time | relevance | path

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

/system/timezone/tzdatacheck/
Dtzdatacheck.cpp152 static std::string getParentDir(const std::string& dirName) { in getParentDir() argument
153 char *cMutableDirName = strdup(dirName.c_str()); in getParentDir()
/system/incremental_delivery/incfs/include/
Dpath.h71 inline std::string_view dirName(std::string_view path) { in dirName() function
/system/vold/
DVolumeManager.cpp757 static std::string getStorageDirSrc(userid_t userId, const std::string& dirName, in getStorageDirSrc() argument
761 userId, dirName.c_str(), packageName.c_str()); in getStorageDirSrc()
764 userId, userId, dirName.c_str(), packageName.c_str()); in getStorageDirSrc()
768 static std::string getStorageDirTarget(userid_t userId, std::string dirName, in getStorageDirTarget() argument
771 userId, dirName.c_str(), packageName.c_str()); in getStorageDirTarget()
/system/incremental_delivery/incfs/
Dpath.cpp189 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase()
Dincfs.cpp98 auto res = path::dirName(cmdFile); in rootForCmd()
863 const auto parent = path::dirName(commandPath); in makeDirs()
869 if (auto parentMkdirRes = makeDirs(parent, path::dirName(path), root, mode)) { in makeDirs()
/system/incremental_delivery/libdataloader/
DDataLoaderConnector.cpp768 auto dir = path::dirName(cmdPath); in DataLoaderService_OnCreate()