Searched refs:canonicalParentPath (Results 1 – 2 of 2) sorted by relevance
157 char canonicalParentPath[CORE_MAX_PATH] = { 0 }; in Create() local158 if (realpath(parentDir.c_str(), canonicalParentPath) == nullptr) { in Create()162 const string fullPath = string_view(canonicalParentPath) + '/' + filename; in Create()
309 std::filesystem::path canonicalParentPath = std::filesystem::canonical(parentPath, ec); in GetSameLevelTmpPath() local317 std::filesystem::path fullPath = canonicalParentPath / childPath; in GetSameLevelTmpPath()