Home
last modified time | relevance | path

Searched defs:GetCurrentDirectoryW (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/shims/
Denv.rs351 fn GetCurrentDirectoryW( in GetCurrentDirectoryW() method
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs231 pub fn GetCurrentDirectoryW(nbufferlength: u32, lpbuffer: PWSTR) -> u32; in GetCurrentDirectoryW() function