Searched refs:pIsReadOnly (Results 1 – 3 of 3) sorted by relevance
63 bool pIsReadOnly =65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
128 android::FileMap *createMap(off_t pOffset, size_t pLength, bool pIsReadOnly);
226 bool pIsReadOnly) { in createMap() argument237 if (!map->create(NULL, mFD, pOffset, pLength, pIsReadOnly)) { in createMap()