Searched refs:readOnly (Results 1 – 5 of 5) sorted by relevance
/system/core/libutils/ |
D | FileMap.cpp | 136 bool readOnly) in create() argument 150 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE; in create() 165 readOnly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS, in create() 200 if (!readOnly) prot |= PROT_WRITE; in create()
|
/system/core/libutils/include/utils/ |
D | FileMap.h | 67 off64_t offset, size_t length, bool readOnly);
|
/system/gsid/aidl/android/gsi/ |
D | IGsiService.aidl | 179 int createPartition(in @utf8InCpp String name, long size, boolean readOnly); in createPartition() argument
|
/system/gsid/ |
D | gsi_service.h | 43 binder::Status createPartition(const ::std::string& name, int64_t size, bool readOnly,
|
D | gsi_service.cpp | 149 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition() argument 175 GetDsuSlot(install_dir_), size, readOnly); in createPartition()
|