Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp44 SplitPath(cwd, curDrive, curPath, curFilename, curExt); in PlatformWindows()
63 SplitPath(pathIn, drive, path, filename, ext); in PlatformWindows()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.h45 /** SplitPath.
48 void SplitPath(BASE_NS::string_view pathIn, BASE_NS::string_view& drive, BASE_NS::string_view& path,
H A Dfilesystem_api.cpp120 SplitPath(basePath_, curDrive, curPath, curFilename, curExt); in ResolvePath()
138 SplitPath(pathIn, drive, path, filename, ext); in ResolvePath()
H A Dpath_tools.cpp158 void SplitPath(string_view pathIn, string_view& drive, string_view& path, string_view& filename, string_view& ext) in SplitPath() function

Completed in 2 milliseconds