Searched refs:root_cache_dir_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/client/cache/ |
H A D | file_backed_resource_cache_test.cc | 75 root_cache_dir_ = testing::TempDir(); in SetUp() 76 std::filesystem::path root_cache_dir(root_cache_dir_); in SetUp() 84 std::filesystem::remove_all(root_cache_dir_); in TearDown() 90 std::string root_cache_dir_; member in fcp::client::cache::__anon9422e6a30111::FileBackedResourceCacheTest 101 FileBackedResourceCache::Create("/proc/0", root_cache_dir_, &log_manager_, in TEST_F() 118 ASSERT_THAT(FileBackedResourceCache::Create("relative/base", root_cache_dir_, in TEST_F() 135 ASSERT_OK(FileBackedResourceCache::Create(root_files_dir_, root_cache_dir_, in TEST_F() 142 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 163 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 175 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() [all …]
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response_test.cc | 670 root_cache_dir_ = testing::TempDir(); in SetUp() 675 std::filesystem::remove_all(root_cache_dir_); in TearDown() 685 std::string root_cache_dir_; member in fcp::client::http::__anonee3efc610111::PerformRequestsTest 1297 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 1334 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 1377 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 1424 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F() 1469 root_files_dir_, root_cache_dir_, &log_manager_, &clock_, in TEST_F()
|