Searched refs:MapFileToMemoryInternal (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/files/
H A Dmemory_mapped_file.cc34 if (!MapFileToMemoryInternal()) {
55 return MapFileToMemoryInternal();
H A Dmemory_mapped_file.h50 // Open the given file and pass it to MapFileToMemoryInternal().
55 bool MapFileToMemoryInternal();
61 // MapFileToMemoryInternal calls this function. It provides the ability to
H A Dmemory_mapped_file_posix.cc22 bool MemoryMappedFile::MapFileToMemoryInternal() { function in class:base::MemoryMappedFile
H A Dmemory_mapped_file_win.cc41 bool MemoryMappedFile::MapFileToMemoryInternal() { function in class:base::MemoryMappedFile
/external/chromium/base/
H A Dfile_util.cc336 if (!MapFileToMemoryInternal()) {
358 return MapFileToMemoryInternal();
H A Dfile_util.h536 // Open the given file and pass it to MapFileToMemoryInternal().
541 bool MapFileToMemoryInternal();
547 // MapFileToMemoryInternal calls this function. It provides the ability to
H A Dfile_util_posix.cc762 bool MemoryMappedFile::MapFileToMemoryInternal() { function in class:file_util::MemoryMappedFile
H A Dfile_util_win.cc984 bool MemoryMappedFile::MapFileToMemoryInternal() { function in class:file_util::MemoryMappedFile

Completed in 260 milliseconds