Home | History | Annotate | Download | only in component_updater

Lines Matching refs:crx_path

183   void Install(scoped_ptr<CRXContext> context, const base::FilePath& crx_path);
186 const base::FilePath& crx_path,
855 const base::FilePath& crx_path) {
856 // This function owns the file at |crx_path| and the |context| object.
858 crx_path,
866 crx_path));
870 const base::FilePath& crx_path,
873 if (!DeleteFileAndEmptyParentDirectory(crx_path))
874 NOTREACHED() << crx_path.value();