Searched refs:dirName (Results 1 – 4 of 4) sorted by relevance
209 std::string_view dirName(std::string_view path) { in dirName() function227 auto res = std::pair(dirName(full), baseName(full)); in splitDirBase()
51 std::string_view dirName(std::string_view path);
91 auto res = android::incfs::path::dirName(cmdFile); in rootForCmd()723 const auto parent = android::incfs::path::dirName(commandPath); in makeDirs()729 if (auto parentMkdirRes = makeDirs(parent, android::incfs::path::dirName(path), root, mode)) { in makeDirs()
152 static std::string getParentDir(const std::string& dirName) { in getParentDir() argument153 char *cMutableDirName = strdup(dirName.c_str()); in getParentDir()