Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp136 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/
DFileMap.h67 off64_t offset, size_t length, bool readOnly);
/system/gsid/aidl/android/gsi/
DIGsiService.aidl179 int createPartition(in @utf8InCpp String name, long size, boolean readOnly); in createPartition() argument
/system/gsid/
Dgsi_service.h43 binder::Status createPartition(const ::std::string& name, int64_t size, bool readOnly,
Dgsi_service.cpp149 binder::Status GsiService::createPartition(const ::std::string& name, int64_t size, bool readOnly, in createPartition() argument
175 GetDsuSlot(install_dir_), size, readOnly); in createPartition()