Home
last modified time | relevance | path

Searched defs:all_flags_to_be_finalized (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/record-finalized-flags/src/
Dmain.rs85 let all_flags_to_be_finalized = flag_values::get_relevant_flags_from_binary_proto(file)?; in main() localVariable
113 let all_flags_to_be_finalized = in test() localVariable
/build/make/tools/aconfig/exported_flag_check/src/
Dmain.rs103 let all_flags_to_be_finalized = get_exported_flags_from_binary_proto(&input[..]).unwrap(); in test() localVariable