Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/src/shims/
Denv.rs143 fn GetEnvironmentVariableW( in GetEnvironmentVariableW() method
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs251 pub fn GetEnvironmentVariableW(lpname: PCWSTR, lpbuffer: PWSTR, nsize: u32) -> u32; in GetEnvironmentVariableW() function