Home
last modified time | relevance | path

Searched defs:FlushViewOfFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dwindows.rs113 fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile() function
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go638 func FlushViewOfFile(addr uintptr, length uintptr) (err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2058 func FlushViewOfFile(addr uintptr, length uintptr) (err error) { func
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs67669 pub fn FlushViewOfFile(lpBaseAddress: LPCVOID, dwNumberOfBytesToFlush: SIZE_T) -> BOOL; in FlushViewOfFile() function