Home
last modified time | relevance | path

Searched defs:DeleteFileW (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs148 pub fn DeleteFileW(lpfilename: PCWSTR) -> BOOL; in DeleteFileW() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs148 pub fn DeleteFileW(lpfilename: PCWSTR) -> BOOL; in DeleteFileW() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs63992 pub fn DeleteFileW(lpFileName: LPCWSTR) -> BOOL; in DeleteFileW() function