Home
last modified time | relevance | path

Searched refs:CreateFileMappingW (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dwindows.rs102 fn CreateFileMappingW( in CreateFileMappingW() function
183 let mapping = CreateFileMappingW(handle, ptr::null_mut(), protect, 0, 0, ptr::null()); in new()
355 let mapping = CreateFileMappingW( in map_anon()
495 let mapping = CreateFileMappingW(handle, ptr::null_mut(), protection, 0, 0, ptr::null()); in protection_supported()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/
H A Dshm.c193 hMap = CreateFileMappingW(hFile, NULL, PAGE_READWRITE, in apr_shm_create_ex()
288 hMap = CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, in shm_attach_internal()
320 hMap = CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, in shm_attach_internal()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DMapAllocator.cpp127 …handle_ = CreateFileMappingW(INVALID_HANDLE_VALUE, nullptr, PAGE_READWRITE, hfilesz.HighPart, hfil… in MapAllocator()
213 …if ( (hmfile = CreateFileMappingW(hfile, NULL, PAGE_READWRITE, hfilesz.HighPart, hfilesz.LowPart, … in MapAllocator()
217 …if ( (hmfile = CreateFileMappingW(hfile, NULL, PAGE_WRITECOPY, hfilesz.HighPart, hfilesz.LowPart, … in MapAllocator()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmemoryapi.h83 …WINBASEAPI HANDLE WINAPI CreateFileMappingW (HANDLE hFile, LPSECURITY_ATTRIBUTES lpFileMappingAttr…
100 #define CreateFileMapping CreateFileMappingW
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h74 #define CreateFileMappingW(fh,sd,d1,d2,d3,nm) apr_dbg_rv(CreateFileMappingW,(fh,sd,d1,d2,d3,nm)) macro
/aosp_15_r20/external/mesa3d/src/util/
H A Danon_file.c177 HANDLE h = CreateFileMappingW(INVALID_HANDLE_VALUE, NULL, in os_create_anonymous_file()
/aosp_15_r20/hardware/google/aemu/base/
DSharedMemory_win32.cpp98 HANDLE hMapFile = CreateFileMappingW( in openInternal()
/aosp_15_r20/system/libbase/
H A Dmapped_file.cpp55 HANDLE handle = CreateFileMappingW( in FromOsHandle()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dumapfile.cpp177 map = CreateFileMappingW(file, nullptr, PAGE_READONLY, 0, 0, nullptr); in uprv_mapFile()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dumapfile.cpp177 map = CreateFileMappingW(file, nullptr, PAGE_READONLY, 0, 0, nullptr); in uprv_mapFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp89 HANDLE SharedMemoryFile = CreateFileMappingW( in reserve()
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c514 handle = CreateFileMappingW(file_handle, security_attributes, in _winapi_CreateFileMapping_impl()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DPath.inc540 ::CreateFileMappingW(FileHandle, 0, flprotect,
/aosp_15_r20/external/llvm/lib/Support/Windows/
H A DPath.inc546 ::CreateFileMappingW(FileHandle, 0, flprotect,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DPath.inc811 ::CreateFileMappingW(OrigFileHandle, 0, flprotect,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Windows/
H A DPath.inc855 HANDLE FileMappingHandle = ::CreateFileMappingW(OrigFileHandle, 0, flprotect,
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
H A Dkernel32.sym345 PUBLIC 938e 18 CreateFileMappingW
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c46268 WINBASEAPI HANDLE WINAPI CreateFileMappingW(HANDLE, LPSECURITY_ATTRIBUTES, \
46630 { "CreateFileMappingW", (SYSCALL)CreateFileMappingW, 0 },
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c46860 WINBASEAPI HANDLE WINAPI CreateFileMappingW(HANDLE, LPSECURITY_ATTRIBUTES, \
47222 { "CreateFileMappingW", (SYSCALL)CreateFileMappingW, 0 },
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c46661 WINBASEAPI HANDLE WINAPI CreateFileMappingW(HANDLE, LPSECURITY_ATTRIBUTES, \
47023 { "CreateFileMappingW", (SYSCALL)CreateFileMappingW, 0 },
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c46252 WINBASEAPI HANDLE WINAPI CreateFileMappingW(HANDLE, LPSECURITY_ATTRIBUTES, \
46614 { "CreateFileMappingW", (SYSCALL)CreateFileMappingW, 0 },
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs67625 pub fn CreateFileMappingW( in CreateFileMappingW() function