Home
last modified time | relevance | path

Searched refs:IsProgramsFilesParent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cloud_print/service/win/
Dinstaller.cc96 cloud_print::IsProgramsFilesParent(old_location) && in ProcessInstallerSwitches()
122 cloud_print::IsProgramsFilesParent(delete_path)) { in ProcessInstallerSwitches()
/external/chromium_org/cloud_print/common/win/
Dinstall_utils.h45 bool IsProgramsFilesParent(const base::FilePath& path);
Dinstall_utils.cc196 if (!IsProgramsFilesParent(installer_source)) in DeleteProgramDir()
212 bool IsProgramsFilesParent(const base::FilePath& path) { in IsProgramsFilesParent() function