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(); in test_unavailable_stoarge() localVariable
56 let storage_dir = create_test_storage_files(); in test_package_context_query() localVariable
87 let storage_dir = create_test_storage_files(); in test_none_exist_package_context_query() localVariable
102 let storage_dir = create_test_storage_files(); in test_flag_context_query() localVariable
128 let storage_dir = create_test_storage_files(); in test_none_exist_flag_context_query() localVariable
144 let storage_dir = create_test_storage_files(); in test_boolean_flag_value_query() localVariable
158 let storage_dir = create_test_storage_files(); in test_invalid_boolean_flag_value_query() localVariable
172 let storage_dir = create_test_storage_files(); in test_flag_info_query() localVariable
189 let storage_dir = create_test_storage_files(); in test_invalid_boolean_flag_info_query() localVariable
Dstorage_read_api_test.cpp72 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.rs401 let storage_dir = String::from("/tmp/") + &number.to_string(); in create_test_storage_files() localVariable
426 let storage_dir = create_test_storage_files(); in test_package_context_query() localVariable
456 let storage_dir = create_test_storage_files(); in test_flag_context_query() localVariable
481 let storage_dir = create_test_storage_files(); in test_flag_value_query() localVariable
494 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.cpp23 std::string const& storage_dir, in find_storage_file()
46 std::string const& storage_dir, in get_mapped_file_impl()