Searched refs:get_flags (Results 1 – 4 of 4) sorted by relevance
28 srcs: ["get_flags.cpp"],
787 static std::string get_flags(const Vma& vma, bool total) { in get_flags() function847 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()
516 let flags = km_blob.get_flags(); in characteristics_file_to_cache()
222 pub fn get_flags(&self) -> u8 { in get_flags() method