Lines Matching refs:test_cache_dir
127 FileSpec test_cache_dir = s_cache_dir; in TEST_F() local
128 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() local
137 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
153 test_cache_dir.AppendPathComponent("GetAndPutStrangeHostname"); in TEST_F()
156 TryGetAndPut(test_cache_dir, "tab\tcolon:asterisk*", expect_download); in TEST_F()
157 VerifyDiskState(test_cache_dir, "tab_colon_asterisk_"); in TEST_F()