Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp43 string_view curExt; in PlatformWindows() local
44 SplitPath(cwd, curDrive, curPath, curFilename, curExt); in PlatformWindows()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp119 string_view curExt; in ResolvePath() local
120 SplitPath(basePath_, curDrive, curPath, curFilename, curExt); in ResolvePath()