HomeSort by relevance Sort by last modified time
    Searched refs:IsBinaryFile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 16 bool IsBinaryFile(const base::FilePath& file);
zip_analyzer.cc 32 if (download_protection_util::IsBinaryFile(file)) {
download_protection_util.cc 14 bool IsBinaryFile(const base::FilePath& file) {
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 59 DCHECK(download_protection_util::IsBinaryFile(file));
462 if (!download_protection_util::IsBinaryFile(target_path)) {
    [all...]

Completed in 28 milliseconds