Searched defs:pe_image_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/test/
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() << "\"";

Completed in 71 milliseconds