Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A 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 …]
H A Dstorage_read_api_test.cpp73 std::string storage_dir; member in AconfigStorageTest
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A 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
H A 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
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/
H A 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()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_histogram_storage.cc56 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name()); in ~PersistentHistogramStorage() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_histogram_storage.cc107 FilePath storage_dir = storage_base_dir_.AppendASCII(allocator->Name()); in ~PersistentHistogramStorage() local
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-storage-file.cc37 std::string storage_dir = filesystem_->GetDirname(filename_.c_str()); in Init() local
H A Dicing-flash-bitmap.cc118 std::string storage_dir = filesystem_->GetDirname(filename_.c_str()); in Init() local
H A Dicing-dynamic-trie.cc604 std::string storage_dir = filesystem_->GetDirname(filenames[0].c_str()); in CreateIfNotExist() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/rmtfs/
Dstorage.c35 static const char *storage_dir = "/boot"; variable
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Drestricted_trace_perf.py71 storage_dir = None variable in _global
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd.cpp322 auto storage_dir = std::string("/apex/") + container + "/etc"; in InitializeMainlineStorage() local