Home | History | Annotate | Download | only in Driver

Lines Matching refs:Files

72   // FIXME: Why are we trying to remove files that we have not created? For
82 // Don't try to remove files which we don't have write access to (but may be
83 // able to remove), or non-regular files. Underlying tools may have
101 bool Compilation::CleanupFileList(const ArgStringList &Files,
105 it = Files.begin(), ie = Files.end(); it != ie; ++it)
110 bool Compilation::CleanupFileMap(const ArgStringMap &Files,
115 it = Files.begin(), ie = Files.end(); it != ie; ++it) {
117 // If specified, only delete the files associated with the JobAction.
118 // Otherwise, delete all files in the map.