HomeSort by relevance Sort by last modified time
    Searched refs:mapped_file (Results 1 - 4 of 4) sorted by null

  /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/base/i18n/
icu_util.cc 110 static file_util::MemoryMappedFile mapped_file;
111 if (!mapped_file.IsValid()) {
119 if (!mapped_file.Initialize(data_path)) {
125 udata_setCommonData(const_cast<uint8*>(mapped_file.data()), &err);
  /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...]

Completed in 686 milliseconds