Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp59 string_view drive; in PlatformWindows()
63 SplitPath(pathIn, drive, path, filename, ext); in PlatformWindows()
65 if (drive.empty()) { in PlatformWindows()
66 // relative to current drive then in PlatformWindows()
69 res += drive; in PlatformWindows()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp135 // fallback to root (yes, technically it's the root of current drive, which again can change when ever. in GetCurrentDirectory()
158 void SplitPath(string_view pathIn, string_view& drive, string_view& path, string_view& filename, string_view& ext) in SplitPath() argument
160 drive = path = filename = ext = {}; in SplitPath()
162 // see if there is a drive after in SplitPath()
169 // extract the drive in SplitPath()
171 drive = pathIn.substr(0, 1); in SplitPath()
172 pathIn = pathIn.substr(2); // 2: remove the drive part in SplitPath()
H A Dfilesystem_api.cpp134 string_view drive; in ResolvePath() local
138 SplitPath(pathIn, drive, path, filename, ext); in ResolvePath()
140 if (drive.empty()) { in ResolvePath()
141 // relative to current drive then in ResolvePath()
144 res += drive; in ResolvePath()
H A Dpath_tools.h48 void SplitPath(BASE_NS::string_view pathIn, BASE_NS::string_view& drive, BASE_NS::string_view& path,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp90 "drive"

Completed in 4 milliseconds