Home
last modified time | relevance | path

Searched defs:read_only (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/core/libutils/
H A DFileMap_fuzz.cpp41 bool read_only = dataProvider.ConsumeBool(); in LLVMFuzzerTestOneInput() local
/aosp12/art/libartbase/base/
H A Dos_linux.cc63 bool read_only = ((flags & O_ACCMODE) == O_RDONLY); in OpenFileWithFlags() local
/aosp12/system/nfc/src/nfa/ce/
H A Dnfa_ce_api.cc122 uint16_t ndef_max_size, bool read_only, in NFA_CeConfigureLocalTag()
/aosp12/system/gsid/
H A Dpartition_installer.cpp44 int64_t size, bool read_only) in PartitionInstaller()
/aosp12/system/nfc/src/nfc/tags/
H A Dce_t4t.cc819 tNFC_STATUS CE_T4tSetLocalNDEFMsg(bool read_only, uint16_t ndef_msg_max, in CE_T4tSetLocalNDEFMsg()
H A Dce_t3t.cc864 tNFC_STATUS CE_T3tSetLocalNDEFMsg(bool read_only, uint32_t size_max, in CE_T3tSetLocalNDEFMsg()
/aosp12/system/libbase/
H A Dproperties.cpp45 bool read_only = !strncmp(key, "ro.", 3); in __system_property_set() local
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_ce_int.h60 bool read_only; member
/aosp12/system/update_engine/payload_consumer/
H A Dpartition_writer.cc94 bool read_only = (mode & O_ACCMODE) == O_RDONLY; in OpenFile() local
/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp430 TEST_F(properties_DeathTest, read_only) { in TEST_F() argument
/aosp12/system/update_engine/common/
H A Dutils.cc527 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly()