Searched refs:readOnly (Results 1 – 5 of 5) sorted by relevance
/system/core/libutils/ |
D | FileMap.cpp | 122 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/ |
D | FileMap.h | 67 off64_t offset, size_t length, bool readOnly);
|
/system/vold/ |
D | VolumeManager.h | 163 int mountAsec(const char *id, const char *key, int ownerUid, bool readOnly);
|
D | CommandListener.cpp | 466 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()
|
D | VolumeManager.cpp | 1628 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()
|