Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/src/shims/
Denv.rs253 fn SetEnvironmentVariableW( in SetEnvironmentVariableW() method
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs448 pub fn SetEnvironmentVariableW(lpname: PCWSTR, lpvalue: PCWSTR) -> BOOL; in SetEnvironmentVariableW() function