Searched refs:pe_image_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/test/
H A Dresource_updater.h29 // Loads |pe_image_path| in preparation for updating its resources.
30 bool Initialize(const base::FilePath& pe_image_path);
H A Dresource_updater.cc26 bool ResourceUpdater::Initialize(const base::FilePath& pe_image_path) { argument
28 handle_ = BeginUpdateResource(pe_image_path.value().c_str(), FALSE);
31 << "BeginUpdateResource failed on \"" << pe_image_path.value() << "\"";
H A Dresource_loader.cc62 bool ResourceLoader::Initialize(const base::FilePath& pe_image_path) { argument
64 module_ = LoadLibraryEx(pe_image_path.value().c_str(), NULL,
68 << "Failed loading \"" << pe_image_path.value() << "\"";
H A Dresource_loader.h29 // Loads |pe_image_path| in preparation for loading its resources.
30 bool Initialize(const base::FilePath& pe_image_path);

Completed in 312 milliseconds