Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 4 of 4) sorted by relevance

/system/extras/profcollectd/libprofcollectd/bindings/libflags/
DAndroid.bp28 srcs: ["get_flags.cpp"],
/system/memory/libmeminfo/libsmapinfo/
Dsmapinfo.cpp787 static std::string get_flags(const Vma& vma, bool total) { in get_flags() function
847 out << std::setw(5) << get_flags(vma, total) << " "; in to_raw()
885 out << EscapeCsvString(get_flags(vma, total)); in to_csv()
921 out << ",\"flags\":" << EscapeJsonString(get_flags(vma, total)); in to_json()
/system/security/keystore2/src/
Dlegacy_importer.rs516 let flags = km_blob.get_flags(); in characteristics_file_to_cache()
Dlegacy_blob.rs222 pub fn get_flags(&self) -> u8 { in get_flags() method