Home
last modified time | relevance | path

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

/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()

Completed in 1 milliseconds