Searched refs:commandPath (Results 1 – 1 of 1) sorted by relevance
881 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() argument893 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() local925 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() local946 if (commandPath.empty()) { in IncFs_MakeDirs()[all …]