Searched refs:IsArchiveFile (Results 1 – 4 of 4) sorted by relevance
10 bool IsArchiveFile(const base::FilePath& file) { in IsArchiveFile() function34 IsArchiveFile(file)); in IsBinaryFile()
19 bool IsArchiveFile(const base::FilePath& file);
35 if (download_protection_util::IsArchiveFile(file)) { in AnalyzeZipFile()
336 DCHECK(!download_protection_util::IsArchiveFile( in Start()