Searched refs:filesToDelete (Results 1 – 5 of 5) sorted by relevance
53 private final Set<File> filesToDelete = Sets.newHashSet(); field in IoTestCase57 for (File file : filesToDelete) { in tearDown()62 filesToDelete.clear(); in tearDown()117 filesToDelete.add(tempFile); in createTempDir()
57 std::vector<std::string> filesToDelete; variable60 for (const auto &path : filesToDelete) { in CleanUpAtExit()242 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()244 filesToDelete.push_back(relo); in CompileFortran()253 filesToDelete.push_back(relo); in CompileOtherLanguage()
199 List<Path> filesToDelete = in execute() local203 log(String.format("Force deleting %,d files...\n", filesToDelete.size())); in execute()204 deleteAllFiles(filesToDelete); in execute()
68 std::vector<std::string> filesToDelete; variable71 for (const auto &path : filesToDelete) { in CleanUpAtExit()354 filesToDelete.emplace_back(tmpSourcePath); in CompileFortran()356 filesToDelete.push_back(relo); in CompileFortran()365 filesToDelete.push_back(relo); in CompileOtherLanguage()