Searched defs:dll_path (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/
H A Dfile_version_info_unittest.cc59 FilePath dll_path = GetTestDataPath(); local
60 dll_path = dll_path.Append(kDLLNames[i]);
63 FileVersionInfo::CreateFileVersionInfo(dll_path));
101 FilePath dll_path = GetTestDataPath(); local
102 dll_path = dll_path.Append(kDLLNames[i]);
105 FileVersionInfo::CreateFileVersionInfo(dll_path));
114 FilePath dll_path = GetTestDataPath(); local
115 dll_path
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_null.h27 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path) { argument
H A Dfirefox_importer_unittest_utils.h34 // -> Msg_Decryptor_Init(dll_path, db_path)
46 bool DecryptorInit(const base::FilePath& dll_path,
83 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, argument
85 return decryptor_.Init(dll_path, db_path);
H A Dnss_decryptor_win.cc40 bool NSSDecryptor::Init(const base::FilePath& dll_path, argument
53 if (!set_dll_directory(dll_path.value().c_str()))
63 base::FilePath path = dll_path.Append(kNSS3Library);
79 path = base::FilePath(dll_path).Append(kSoftokn3Library);
H A Dnss_decryptor_system_nss.cc27 bool NSSDecryptor::Init(const base::FilePath& dll_path, argument
H A Dfirefox_importer_unittest_utils_mac.cc202 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, argument
204 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path));
247 void OnDecryptor_Init(base::FilePath dll_path, base::FilePath db_path) { argument
248 bool ret = decryptor_.Init(dll_path, db_path);
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.cc83 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) { argument
95 handle_ = dlopen(dll_path,
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
/external/chromium_org/chrome/installer/util/
H A Dself_reg_work_item.cc20 SelfRegWorkItem::SelfRegWorkItem(const std::wstring& dll_path, argument
23 : do_register_(do_register), dll_path_(dll_path),
H A Dwork_item.cc134 SelfRegWorkItem* WorkItem::CreateSelfRegWorkItem(const std::wstring& dll_path, argument
137 return new SelfRegWorkItem(dll_path, do_register, user_level_registration);
H A Dwork_item_list.cc211 WorkItem* WorkItemList::AddSelfRegWorkItem(const std::wstring& dll_path, argument
214 WorkItem* item = WorkItem::CreateSelfRegWorkItem(dll_path, do_register,
/external/chromium_org/chrome/app/
H A Dclient_util.cc179 void RecordDidRun(const base::string16& dll_path) { argument
180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str());
184 void ClearDidRun(const base::string16& dll_path) { argument
185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str());
339 virtual void OnBeforeLaunch(const base::string16& dll_path) { argument
340 RecordDidRun(dll_path);
343 virtual int OnBeforeExit(int return_code, const base::string16& dll_path) { argument
348 ClearDidRun(dll_path);
358 virtual void OnBeforeLaunch(const base::string16& dll_path) OVERRIDE {
361 const base::string16& dll_path) OVERRID
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc148 bool GetPepperFlashDebuggerPath(base::FilePath* dll_path, argument
185 *dll_path = path;
189 *dll_path = path;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_win.cc212 base::string16 dll_path = system_directory + L"wlanapi.dll"; local
213 HINSTANCE library = LoadLibraryEx(dll_path.c_str(),
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc177 base::string16 dll_path = base::string16(current_dir) + local
179 ::SetWindowText(edit_box_dll_name, dll_path.c_str());
207 base::string16 dll_path = host->OnShowBrowseForDllDlg(dialog); local
208 if (dll_path.length() > 0) {
211 ::SetWindowText(edit_box_dll_path, dll_path.c_str());
322 wchar_t dll_path[MAX_PATH]; local
326 int dll_name_len = ::GetWindowText(edit_box_dll_name, dll_path, MAX_PATH);
340 if (GetFileAttributes(dll_path) == INVALID_FILE_ATTRIBUTES) {
358 dll_path_ = dll_path;
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc118 base::FilePath dll_path(installer_state.target_path().AppendASCII(
120 installer::AddRegisterComDllWorkItems(dll_path,
1369 base::FilePath dll_path = dll_folder.Append(*dll_iter); local
1371 dll_path.value(), do_register, !system_level);

Completed in 1409 milliseconds