Home
last modified time | relevance | path

Searched defs:flag_val (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/tests/
Dstorage_file_test.cpp28 const std::string& flag_name, const std::string& flag_val, in verify_value()
39 const std::string& flag_val, in verify_value_info()
57 auto const flag_val = test_dir + "/flag_v" + version + ".val"; in get_flag_list_result() local
67 auto const flag_val = test_dir + "/flag_v" + version + ".val"; in get_flag_list_result_with_info() local
/build/make/tools/aconfig/aconfig_storage_file/
Daconfig_storage_file.cpp13 const std::string& flag_val) { in list_flags()
36 const std::string& flag_val, in list_flags_with_info()
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dmapped_file.rs61 let flag_val = rw_val_file.path().display().to_string(); in test_mapped_file_contents() localVariable
88 let flag_val = ro_val_file.path().display().to_string(); in test_mapped_read_only_file() localVariable
/build/make/tools/aconfig/aconfig_storage_file/protos/
Daconfig_storage_metadata.proto28 optional string flag_val = 5; field
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dmapped_file.rs98 let flag_val = storage_dir.clone() + "/boot/mockup.val"; in create_test_storage_files() localVariable
Dlib.rs414 let flag_val = storage_dir.clone() + "/boot/mockup.val"; in create_test_storage_files() localVariable
/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs147 let flag_val = sub_matches.get_one::<String>("flag-val").unwrap(); in main() localVariable
/build/make/tools/aconfig/aconfig_storage_read_api/include/aconfig_storage/
Daconfig_storage_read_api.hpp14 flag_val, enumerator
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs27 let flag_val = storage_dir.clone() + "/boot/mockup.val"; in create_test_storage_files() localVariable
Dstorage_read_api_test.cpp76 std::string flag_val; member in AconfigStorageTest
/build/make/tools/aconfig/aconfig_storage_write_api/tests/
Dstorage_write_api_test.cpp65 std::string flag_val; member in AconfigStorageTest