/external/chromium/base/test/ |
test_file_util_mac.cc | 20 file_util::MemoryMappedFile mapped_file; local 21 if (!mapped_file.Initialize(file)) { 26 if (msync(const_cast<uint8*>(mapped_file.data()), mapped_file.length(),
|
/external/chromium_org/base/test/ |
test_file_util_mac.cc | 35 base::MemoryMappedFile mapped_file; local 36 if (!mapped_file.Initialize(file)) { 41 if (msync(const_cast<uint8*>(mapped_file.data()), mapped_file.length(),
|
/external/chromium_org/chrome/installer/util/ |
move_tree_work_item_unittest.cc | 415 base::MemoryMappedFile mapped_file; local 416 EXPECT_TRUE(mapped_file.Initialize(orig_to_file));
|
/external/chromium/base/ |
shared_memory_win.cc | 163 HANDLE mapped_file = mapped_file_; local 168 // DUPLICATE_CLOSE_SOURCE causes DuplicateHandle to close mapped_file. 175 *new_handle = mapped_file; 179 if (!DuplicateHandle(GetCurrentProcess(), mapped_file, process,
|
file_util_win.cc | 1040 FilePath mapped_file; local [all...] |
/external/chromium_org/base/memory/ |
shared_memory_win.cc | 197 HANDLE mapped_file = mapped_file_; local 202 // DUPLICATE_CLOSE_SOURCE causes DuplicateHandle to close mapped_file. 209 *new_handle = mapped_file; 213 if (!DuplicateHandle(GetCurrentProcess(), mapped_file, process,
|
/external/chromium_org/components/policy/core/common/ |
preg_parser_win.cc | 218 base::MemoryMappedFile mapped_file; local 219 if (!mapped_file.Initialize(file_path) || !mapped_file.IsValid()) { 225 if (mapped_file.length() > kMaxPRegFileSize) { 227 << mapped_file.length(); 234 if (mapped_file.length() < kHeaderSize || 235 memcmp(kPRegFileHeader, mapped_file.data(), kHeaderSize) != 0) { 244 const uint8* cursor = mapped_file.data() + kHeaderSize; 245 const uint8* end = mapped_file.data() + mapped_file.length() [all...] |
/external/chromium_org/base/ |
file_util_win.cc | 393 FilePath mapped_file; local 394 if (!NormalizeToNativeFilePath(path, &mapped_file)) 400 return DevicePathToDriveLetterPath(mapped_file, real_path);
|