Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs147 let flag_value_file = in test_boolean_flag_value_query() localVariable
161 let flag_value_file = in test_invalid_boolean_flag_value_query() localVariable
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.rs41 let flag_value_file = copy_to_temp_rw_file("./flag.val"); in test_boolean_flag_value_update() localVariable
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dlib.rs358 let flag_value_file = copy_to_temp_file("./tests/flag.val", false).unwrap(); in test_set_boolean_flag_value() localVariable
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs482 let flag_value_file = in test_flag_value_query() localVariable