Home
last modified time | relevance | path

Searched defs:normalizedPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp77 auto normalizedPath = NormalizePath(path); in GetEntry() local
90 auto normalizedPath = NormalizePath(path); in OpenFile() local
105 auto normalizedPath = NormalizePath(path); in CreateFile() local
120 auto normalizedPath = NormalizePath(path); in DeleteFile() local
136 auto normalizedPath = NormalizePath(path); in OpenDirectory() local
155 auto normalizedPath = NormalizePath(path); in CreateDirectory() local
170 auto normalizedPath = NormalizePath(path); in DeleteDirectory() local
H A Dfilesystem_api.cpp147 string normalizedPath; in ResolvePath() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dplatform_linux.cpp52 string normalizedPath; in PlatformLinux() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/mac/
H A Dplatform_mac.cpp52 string normalizedPath; in PlatformMac() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp72 string normalizedPath; in PlatformWindows() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp834 std::string normalizedPath = panda::JSNApi::NormalizePath(path); in RunScriptForAbc() local