Home
last modified time | relevance | path

Searched defs:flag_context (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dflag_table_query.rs93 let flag_context = in test_flag_query() localVariable
104 let flag_context = find_flag_read_context(&flag_table[..], 1, "disabled_fixed_ro").unwrap(); in test_not_existed_flag_query() localVariable
106 let flag_context = find_flag_read_context(&flag_table[..], 2, "disabled_rw").unwrap(); in test_not_existed_flag_query() localVariable
Dlib.rs471 let flag_context = in test_flag_context_query() localVariable
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs119 let flag_context = in test_flag_context_query() localVariable