Home
last modified time | relevance | path

Searched refs:protection_flags (Results 1 – 7 of 7) sorted by relevance

/external/icing/icing/file/
Dmemory-mapped-file.cc322 int protection_flags = 0; in RemapImpl() local
327 protection_flags = PROT_READ; in RemapImpl()
333 protection_flags = PROT_READ | PROT_WRITE; in RemapImpl()
339 protection_flags = PROT_READ | PROT_WRITE; in RemapImpl()
356 mmap(nullptr, new_adjusted_mmap_size, protection_flags, mmap_flags, in RemapImpl()
/external/perfetto/protos/perfetto/trace/profiling/
Dsmaps.proto35 optional uint32 protection_flags = 10; field
/external/perfetto/test/trace_processor/diff_tests/chrome/
Dmemory_snapshot_smaps.out1 …t_address","module_timestamp","module_debugid","module_debug_path","protection_flags","private_cle…
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.cc597 static_cast<int32_t>(e.protection_flags()), in ParseSmapsPacket()
/external/crosvm/src/crosvm/
Dcmdline.rs2865 let protection_flags = [ in try_from() localVariable
2872 if protection_flags.into_iter().filter(|b| *b).count() > 1 { in try_from()
/external/perfetto/src/trace_processor/
Dexport_json.cc1633 Json::Int64(smaps_table.protection_flags()[smaps_index]); in ExportMemorySnapshots()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto11271 optional uint32 protection_flags = 10; field