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

  /external/chromium_org/base/files/
memory_mapped_file.cc 34 if (!MapFileToMemoryInternal()) {
55 return MapFileToMemoryInternal();
memory_mapped_file.h 50 // Open the given file and pass it to MapFileToMemoryInternal().
55 bool MapFileToMemoryInternal();
61 // MapFileToMemoryInternal calls this function. It provides the ability to
memory_mapped_file_posix.cc 23 bool MemoryMappedFile::MapFileToMemoryInternal() {
memory_mapped_file_win.cc 41 bool MemoryMappedFile::MapFileToMemoryInternal() {
  /external/chromium/base/
file_util.cc 336 if (!MapFileToMemoryInternal()) {
358 return MapFileToMemoryInternal();
file_util.h 536 // Open the given file and pass it to MapFileToMemoryInternal().
541 bool MapFileToMemoryInternal();
547 // MapFileToMemoryInternal calls this function. It provides the ability to
file_util_posix.cc 762 bool MemoryMappedFile::MapFileToMemoryInternal() {
file_util_win.cc     [all...]

Completed in 212 milliseconds