OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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