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

  /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 305 milliseconds