HomeSort by relevance Sort by last modified time
    Searched defs:FileMap (Results 1 - 6 of 6) sorted by null

  /system/core/libutils/
FileMap.cpp 21 #define LOG_TAG "filemap"
23 #include <utils/FileMap.h>
47 /*static*/ long FileMap::mPageSize = -1;
50 FileMap::FileMap(void)
57 FileMap::FileMap(FileMap&& other)
74 FileMap& FileMap::operator=(FileMap&& other)
    [all...]
  /system/extras/mmap-perf/
mmapPerf.cpp 46 class FileMap {
57 FileMap(const string &name, size_t size, Hint hint = FILE_MAP_HINT_NONE) : m_name{name}, m_size{size} {
106 ~FileMap() {
114 FileMap file{"/data/local/tmp/mmap_test", fsize};
124 FileMap file{"/data/local/tmp/mmap_test", fsize};
134 FileMap file{"/data/local/tmp/mmap_test", fsize};
145 FileMap file{"/data/local/tmp/mmap_test", fsize};
  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 114 typedef std::map<int, string> FileMap;
144 FileMap files_;
fast_source_line_resolver_types.h 149 typedef StaticMap<int, char> FileMap;
  /system/core/include/utils/
FileMap.h 46 * TODO: we should be able to create a new FileMap that is a subset of
47 * an existing FileMap and shares the underlying mapped pages. Requires
49 * of a FileMap hierarchy.
51 class FileMap {
53 FileMap(void);
55 FileMap(FileMap&& f);
56 FileMap& operator=(FileMap&& f);
69 ~FileMap(void)
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 288 FileMapTy FileMap;

Completed in 202 milliseconds