Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_file.cpp157 char canonicalParentPath[CORE_MAX_PATH] = { 0 }; in Create() local
158 if (realpath(parentDir.c_str(), canonicalParentPath) == nullptr) { in Create()
162 const string fullPath = string_view(canonicalParentPath) + '/' + filename; in Create()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp309 std::filesystem::path canonicalParentPath = std::filesystem::canonical(parentPath, ec); in GetSameLevelTmpPath() local
317 std::filesystem::path fullPath = canonicalParentPath / childPath; in GetSameLevelTmpPath()