Home
last modified time | relevance | path

Searched defs:flag_value_file (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files.cpp488 auto flag_value_file = GetPersistFlagVal(); in GetServerFlagValue() local
546 auto flag_value_file = GetBootFlagVal(); in GetBootFlagValue() local
574 auto flag_value_file = GetFlagVal(); in GetDefaultFlagValue() local
608 auto flag_value_file = GetPersistFlagVal(); in SetServerFlagValue() local
641 auto flag_value_file = in UpdateBootValueAndInfoImmediately() local
H A Daconfigd_test.cpp41 const std::string& flag_value_file, in new_storage_message()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A Dstorage_read_api_test.rs193 let flag_value_file = in test_boolean_flag_value_query() localVariable
207 let flag_value_file = in test_invalid_boolean_flag_value_query() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/
H A Dstorage_write_api_test.rs41 let flag_value_file = copy_to_temp_rw_file("./flag.val"); in test_boolean_flag_value_update() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dlib.rs254 let flag_value_file = copy_to_temp_file("./tests/flag.val", false).unwrap(); in test_set_boolean_flag_value() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dlib.rs486 let flag_value_file = in test_flag_value_query() localVariable