Searched refs:ReadOnlyTestInstaller (Results 1 – 4 of 4) sorted by relevance
35 ReadOnlyTestInstaller::ReadOnlyTestInstaller(const base::FilePath& install_dir) in ReadOnlyTestInstaller() function in ReadOnlyTestInstaller39 ReadOnlyTestInstaller::~ReadOnlyTestInstaller() { in ~ReadOnlyTestInstaller()42 bool ReadOnlyTestInstaller::GetInstalledFile(const std::string& file, in GetInstalledFile()
41 class ReadOnlyTestInstaller : public TestInstaller {43 explicit ReadOnlyTestInstaller(const base::FilePath& installed_path);45 virtual ~ReadOnlyTestInstaller();
17 class ReadOnlyTestInstaller; variable39 scoped_ptr<ReadOnlyTestInstaller> installer_;
33 installer_.reset(new ReadOnlyTestInstaller(installed_dir_.path())); in ComponentPatcherOperationTest()