Searched refs:test_cache_dir (Results 1 – 1 of 1) sorted by relevance
127 FileSpec test_cache_dir = s_cache_dir; in TEST_F() local128 test_cache_dir.AppendPathComponent("GetAndPut"); in TEST_F()131 TryGetAndPut(test_cache_dir, dummy_hostname, expect_download); in TEST_F()132 VerifyDiskState(test_cache_dir, dummy_hostname); in TEST_F()136 FileSpec test_cache_dir = s_cache_dir; in TEST_F() local137 test_cache_dir.AppendPathComponent("GetAndPutUuidExists"); in TEST_F()139 FileSpec uuid_view = GetUuidView(test_cache_dir); in TEST_F()147 TryGetAndPut(test_cache_dir, dummy_hostname, expect_download); in TEST_F()148 VerifyDiskState(test_cache_dir, dummy_hostname); in TEST_F()152 FileSpec test_cache_dir = s_cache_dir; in TEST_F() local[all …]