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

  /frameworks/native/libs/utils/
FileMap.cpp 21 #define LOG_TAG "filemap"
23 #include <utils/FileMap.h>
40 /*static*/ long FileMap::mPageSize = -1;
46 FileMap::FileMap(void)
55 FileMap::~FileMap(void)
59 //printf("+++ removing FileMap %p %u\n", mDataPtr, mDataLength);
91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length,
202 int FileMap::advise(MapAdvice advice
    [all...]
  /frameworks/native/include/utils/
FileMap.h 42 * TODO: we should be able to create a new FileMap that is a subset of
43 * an existing FileMap and shares the underlying mapped pages. Requires
45 * of a FileMap hierarchy.
47 class FileMap {
49 FileMap(void);
85 FileMap* acquire(void) { mRefCount++; return this; }
112 ~FileMap(void);
116 FileMap(const FileMap& src);
117 const FileMap& operator=(const FileMap& src)
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 302 FileMapTy FileMap;

Completed in 1048 milliseconds