Searched defs:IsBinaryFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/safe_browsing/
H A Ddownload_protection_util.cc14 // TODO(mattm): should .dmg be checked here instead of IsBinaryFile?
18 bool IsBinaryFile(const base::FilePath& file) { function in namespace:safe_browsing::download_protection_util
48 DCHECK(IsBinaryFile(file));

Completed in 85 milliseconds