Home
last modified time | relevance | path

Searched refs:pIsReadOnly (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
DFile.h63 bool pIsReadOnly =
65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
DFileBase.h128 android::FileMap *createMap(off_t pOffset, size_t pLength, bool pIsReadOnly);
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp226 bool pIsReadOnly) { in createMap() argument
237 if (!map->create(NULL, mFD, pOffset, pLength, pIsReadOnly)) { in createMap()