Home | History | Annotate | Download | only in component_updater

Lines Matching defs:install_dir

119 void ExecuteReporter(const base::FilePath& install_dir) {
122 base::Bind(&LaunchAndWaitForExit, install_dir.Append(kSwReporterExeName)),
139 const base::FilePath& install_dir) {
144 const base::FilePath& install_dir,
148 install_dir.value().c_str(),
149 install_dir.value().size());
152 ExecuteReporter(install_dir);
155 virtual base::FilePath GetBaseDirectory() const { return install_dir(); }
161 static base::FilePath install_dir() {
248 base::Bind(&base::PathExists, SwReporterInstallerTraits::install_dir()),