/external/libchrome/libchrome_tools/patch/ |
D | shared_memory_mapping.patch | 32 if (!UnmapViewOfFile(memory_)) 33 DPLOG(ERROR) << "UnmapViewOfFile";
|
/external/cronet/stable/net/disk_cache/blockfile/ |
D | mapped_file_win.cc | 47 BOOL ret = UnmapViewOfFile(buffer_); in ~MappedFile()
|
/external/cronet/tot/net/disk_cache/blockfile/ |
D | mapped_file_win.cc | 47 BOOL ret = UnmapViewOfFile(buffer_); in ~MappedFile()
|
/external/cronet/stable/base/memory/ |
D | platform_shared_memory_mapper_win.cc | 56 if (!UnmapViewOfFile(mapping.data())) in Unmap()
|
/external/cronet/tot/base/memory/ |
D | platform_shared_memory_mapper_win.cc | 56 if (!UnmapViewOfFile(mapping.data())) in Unmap()
|
/external/crosvm/base/src/sys/windows/ |
D | mmap_platform.rs | 15 use winapi::um::memoryapi::UnmapViewOfFile; 220 if UnmapViewOfFile(self.addr) == 0 { in drop()
|
/external/coreboot/util/nvramtool/ |
D | win32mmap.c | 48 return !UnmapViewOfFile(start); in win32_munmap()
|
/external/lzma/CPP/Windows/ |
D | FileMapping.h | 61 ~CFileUnmapper() { ::UnmapViewOfFile(_data); } in ~CFileUnmapper()
|
/external/rust/android-crates-io/crates/memmap2/src/ |
D | windows.rs | 115 fn UnmapViewOfFile(lpBaseAddress: LPCVOID) -> BOOL; in UnmapViewOfFile() function 212 UnmapViewOfFile(ptr); in new() 486 UnmapViewOfFile(ptr); in drop()
|
/external/expat/expat/xmlwf/ |
D | win32filemap.c | 103 UnmapViewOfFile(p); in filemap()
|
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 86 UnmapViewOfFile(addr); in munmap()
|
/external/libchrome/base/memory/ |
D | shared_memory_mapping.cc | 76 if (!UnmapViewOfFile(memory_)) in Unmap()
|
/external/mesa3d/src/glx/windows/ |
D | windows_drawable.c | 146 UnmapViewOfFile(pBmpHeader); in windows_create_drawable()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/shmem/win32/ |
D | shm.c | 45 if (!UnmapViewOfFile(m->memblk)) { in shm_cleanup() 317 UnmapViewOfFile(base); in shm_attach_internal()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/shmem/win32/ |
D | shm.c | 45 if (!UnmapViewOfFile(m->memblk)) { in shm_cleanup() 317 UnmapViewOfFile(base); in shm_attach_internal()
|
/external/perfetto/src/tracing/ipc/ |
D | shared_memory_windows.cc | 130 UnmapViewOfFile(start_); in ~SharedMemoryWindows()
|
/external/cronet/stable/base/files/ |
D | memory_mapped_file_win.cc | 183 ::UnmapViewOfFile(bytes_.data()); in CloseHandles()
|
/external/cronet/tot/base/files/ |
D | memory_mapped_file_win.cc | 183 ::UnmapViewOfFile(bytes_.data()); in CloseHandles()
|
/external/cronet/tot/base/test/ |
D | test_shared_memory_util.cc | 112 UnmapViewOfFile(memory); in CheckReadOnlySharedMemoryWindowsHandle()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | dump_analysis.cc | 42 EXPECT_TRUE(::UnmapViewOfFile(dump_file_view_)); in ~DumpAnalysis()
|
/external/cronet/stable/base/test/ |
D | test_shared_memory_util.cc | 112 UnmapViewOfFile(memory); in CheckReadOnlySharedMemoryWindowsHandle()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/mmap/win32/ |
D | mmap.c | 44 if (!UnmapViewOfFile(mm->mv)) in mmap_cleanup()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/mmap/win32/ |
D | mmap.c | 44 if (!UnmapViewOfFile(mm->mv)) in mmap_cleanup()
|
/external/perfetto/src/base/ |
D | scoped_mmap.cc | 122 ret = UnmapViewOfFile(ptr_); in reset()
|
/external/libchrome/base/test/ |
D | test_shared_memory_util.cc | 114 UnmapViewOfFile(memory); in CheckReadOnlySharedMemoryWindowsHandle()
|