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

  /external/chromium_org/chrome/installer/util/
install_util.h 198 static bool OpenForInfo(const base::FilePath& path, base::File* file);
install_util.cc 581 bool InstallUtil::ProgramCompare::OpenForInfo(const base::FilePath& path,
600 if (!OpenForInfo(path_to_match_, &file_)) {
644 return (OpenForInfo(path, &file) &&

Completed in 6514 milliseconds