Home
last modified time | relevance | path

Searched refs:flag_mapped_file (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs105 let flag_mapped_file = in test_flag_context_query() localVariable
120 get_flag_read_context(&flag_mapped_file, package_id, flag_name).unwrap().unwrap(); in test_flag_context_query()
131 let flag_mapped_file = in test_none_exist_flag_context_query() localVariable
134 get_flag_read_context(&flag_mapped_file, 0, "none_exist").unwrap(); in test_none_exist_flag_context_query()
138 get_flag_read_context(&flag_mapped_file, 3, "enabled_ro").unwrap(); in test_none_exist_flag_context_query()
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs457 let flag_mapped_file = in test_flag_context_query() localVariable
472 get_flag_read_context(&flag_mapped_file, package_id, flag_name).unwrap().unwrap(); in test_flag_context_query()