Searched refs:temp_file (Results 1 – 1 of 1) sorted by relevance
220 TemporaryFile temp_file; in TEST_F() local221 ASSERT_TRUE(base::WriteStringToFile(idmap_contents, temp_file.path)); in TEST_F()223 auto apk_assets = ApkAssets::LoadOverlay(temp_file.path); in TEST_F()227 unlink(temp_file.path); in TEST_F()231 base::WriteStringToFile("hello", temp_file.path); in TEST_F()