Home
last modified time | relevance | path

Searched defs:drive (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp59 string_view drive; in PlatformWindows() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp158 void SplitPath(string_view pathIn, string_view& drive, string_view& path, string_view& filename, st… in SplitPath()
H A Dfilesystem_api.cpp134 string_view drive; in ResolvePath() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dmod.rs109 fn drive<'a, C>( in drive() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs234 pub(crate) fn drive(&mut self, time_out: Option<Duration>) -> io::Result<bool> { in drive() method