Searched defs:subPath (Results 1 – 6 of 6) sorted by relevance
118 static int ConstructSubPath(const struct dirent *ptr, const char *curPath, char *subPath) in ConstructSubPath()151 char subPath[DEFAULT_PATH_LEN] = { 0 }; in HksGetOldStoreFileInfo() local
61 std::string subPath; in ForceCreateDirectory() local
28 std::string subPath; in CreateDirectory() local
64 std::string subPath; in ForceCreateDirectory() local
185 string subPath = (index == string::npos) ? path : path.substr(0, index); in ForceCreateDirectory() local473 …d::string GetSandBoxLogPath(int32_t uid, const std::string& pathHolder, const std::string& subPath) in GetSandBoxLogPath()
337 std::string subPath = std::string(path) + "/" + entry->d_name; in RemoveDirRecursive() local