Home
last modified time | relevance | path

Searched defs:WriteFlag (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock.cpp51 Result<void> WriteFlag(secure_env::Storage& storage, int bit, bool value) { in WriteFlag() function
/aosp_15_r20/art/libelffile/dwarf/
H A Ddebug_info_entry_writer.h147 void WriteFlag(Attribute attrib, bool value) { in WriteFlag() function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Drecords.pyx.pxi56 class WriteFlag: class
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h780 enum WriteFlag { UNKNOWN, READ, WRITE } write_flag; enum