Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.rs15 let storage_dir = String::from("/tmp/") + &number.to_string(); in create_test_storage_files() localVariable
39 let storage_dir = create_test_storage_files(1); in test_unavailable_storage() localVariable
56 let storage_dir = create_test_storage_files(1); in test_package_context_query() localVariable
90 let storage_dir = create_test_storage_files(2); in test_package_context_query_with_fingerprint() localVariable
133 let storage_dir = create_test_storage_files(1); in test_none_exist_package_context_query() localVariable
148 let storage_dir = create_test_storage_files(1); in test_flag_context_query() localVariable
174 let storage_dir = create_test_storage_files(1); in test_none_exist_flag_context_query() localVariable
190 let storage_dir = create_test_storage_files(1); in test_boolean_flag_value_query() localVariable
204 let storage_dir = create_test_storage_files(1); in test_invalid_boolean_flag_value_query() localVariable
218 let storage_dir = create_test_storage_files(1); in test_flag_info_query() localVariable
[all …]
Dstorage_read_api_test.cpp73 std::string storage_dir; member in AconfigStorageTest
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dmapped_file.rs86 let storage_dir = String::from("/tmp/") + &number.to_string(); in create_test_storage_files() localVariable
110 let storage_dir = create_test_storage_files(); in test_mapped_file_contents() localVariable
Dlib.rs402 let storage_dir = String::from("/tmp/") + &number.to_string(); in create_test_storage_files() localVariable
427 let storage_dir = create_test_storage_files(); in test_package_context_query() localVariable
460 let storage_dir = create_test_storage_files(); in test_flag_context_query() localVariable
485 let storage_dir = create_test_storage_files(); in test_flag_value_query() localVariable
498 let storage_dir = create_test_storage_files(); in test_flag_info_query() localVariable
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp24 std::string const& storage_dir, in find_storage_file()
47 std::string const& storage_dir, in get_mapped_file_impl()