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

  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.h 18 bool IsBinaryFile(const base::FilePath& file);
24 // for paths that satisfy IsBinaryFile() above.
zip_analyzer.cc 35 if (download_protection_util::IsBinaryFile(file)) {
download_protection_util.cc 14 // TODO(mattm): should .dmg be checked here instead of IsBinaryFile?
18 bool IsBinaryFile(const base::FilePath& file) {
48 DCHECK(IsBinaryFile(file));
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder.cc 40 if (!download_protection_util::IsBinaryFile(first.target_path) ||
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 470 if (!download_protection_util::IsBinaryFile(target_path)) {
    [all...]

Completed in 1307 milliseconds