Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/
DFileMap.cpp122 bool readOnly) in create() argument
136 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; in create()
151 readOnly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS, in create()
188 if (!readOnly) in create()
/system/core/include/utils/
DFileMap.h67 off64_t offset, size_t length, bool readOnly);
/system/vold/
DVolumeManager.h163 int mountAsec(const char *id, const char *key, int ownerUid, bool readOnly);
DCommandListener.cpp466 bool readOnly = true; in runCommand() local
468 readOnly = false; in runCommand()
470 rc = vm->mountAsec(argv[2], argv[3], atoi(argv[4]), readOnly); in runCommand()
DVolumeManager.cpp1628 int VolumeManager::mountAsec(const char *id, const char *key, int ownerUid, bool readOnly) { in mountAsec() argument
1710 readOnly, false, readOnly); in mountAsec()
1713 readOnly, false, readOnly, ownerUid, 0, 0222, false); in mountAsec()