/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
H A D | storage_read_api_test.rs | 15 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 …]
|
H A D | storage_read_api_test.cpp | 73 std::string storage_dir; member in AconfigStorageTest
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
H A D | lib.rs | 402 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
|
H A D | mapped_file.rs | 86 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
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/ |
H A D | aconfig_storage_read_api.cpp | 24 std::string const& storage_dir, in find_storage_file() 47 std::string const& storage_dir, in get_mapped_file_impl()
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | persistent_histogram_storage.cc | 56 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name()); in ~PersistentHistogramStorage() local
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | persistent_histogram_storage.cc | 107 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name()); in ~PersistentHistogramStorage() local
|
/aosp_15_r20/external/icing/icing/legacy/index/ |
H A D | icing-storage-file.cc | 37 std::string storage_dir = filesystem_->GetDirname(filename_.c_str()); in Init() local
|
H A D | icing-flash-bitmap.cc | 118 std::string storage_dir = filesystem_->GetDirname(filename_.c_str()); in Init() local
|
H A D | icing-dynamic-trie.cc | 604 std::string storage_dir = filesystem_->GetDirname(filenames[0].c_str()); in CreateIfNotExist() local
|
/aosp_15_r20/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | storage.c | 35 static const char *storage_dir = "/boot"; variable
|
/aosp_15_r20/external/angle/src/tests/restricted_traces/ |
H A D | restricted_trace_perf.py | 71 storage_dir = None variable in _global
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/ |
H A D | aconfigd.cpp | 322 auto storage_dir = std::string("/apex/") + container + "/etc"; in InitializeMainlineStorage() local
|