Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dflag_table_query.rs94 let flag_context = in test_flag_query() localVariable
105 let flag_context = find_flag_read_context(&flag_table[..], 1, "disabled_fixed_ro").unwrap(); in test_not_existed_flag_query() localVariable
107 let flag_context = find_flag_read_context(&flag_table[..], 2, "disabled_rw").unwrap(); in test_not_existed_flag_query() localVariable
H A Dlib.rs475 let flag_context = in test_flag_context_query() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A Dstorage_read_api_test.rs165 let flag_context = in test_flag_context_query() localVariable
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.cpp410 auto flag_context = get_flag_read_context(**flag_map, package_id, flag); in GetPackageFlagContext() local
/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs410 let flag_context = get_flag_read_context(self.get_flag_map()?, pkg.package_id, flag) in get_package_flag_context() localVariable