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