Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp881 if (!::mkdir(commandPath, mode)) { in makeDir()
882 if (::chmod(commandPath, mode)) { in makeDir()
891 static IncFsErrorCode makeDirs(std::string_view commandPath, std::string_view path, in makeDirs() argument
893 auto commandCPath = details::c_str(commandPath); in makeDirs()
903 const auto parent = path::dirName(commandPath); in makeDirs()
924 auto commandPath = makeCommandPath(root, path); in IncFs_MakeDir() local
925 if (commandPath.empty()) { in IncFs_MakeDir()
929 if (auto res = makeDir(commandPath.c_str(), mode, false)) { in IncFs_MakeDir()
945 auto commandPath = makeCommandPath(root, path); in IncFs_MakeDirs() local
946 if (commandPath.empty()) { in IncFs_MakeDirs()
[all …]