HomeSort by relevance Sort by last modified time
    Searched full:dll_path (Results 26 - 45 of 45) sorted by null

12

  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 198 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path,
200 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path));
232 void OnDecryptor_Init(base::FilePath dll_path, base::FilePath db_path) {
233 bool ret = decryptor_.Init(dll_path, db_path);
nss_decryptor_system_nss.h 30 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path);
nss_decryptor_win.h 118 // |dll_path| indicates the location of NSS3 DLL files, and |db_path|
120 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path);
nss_decryptor_mac.h 125 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path);
nss_decryptor_system_nss.cc 27 bool NSSDecryptor::Init(const base::FilePath& dll_path,
  /external/chromium_org/chrome_frame/
simple_resource_loader.cc 206 base::FilePath dll_path = locales_path.Append(*scan + dll_suffix); local
209 base::PathExists(dll_path)) {
215 HMODULE locale_dll_handle = LoadLibraryEx(dll_path.value().c_str(), NULL,
219 *language = dll_path.BaseName().RemoveExtension().value();
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 100 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) {
112 handle_ = dlopen(dll_path,
134 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
latebindingsymboltable.h 67 bool LoadFromPath(const char *dll_path);
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 170 base::FilePath dll_path; local
171 if (PathService::Get(base::DIR_MODULE, &dll_path))
172 return !InstallUtil::IsPerUserInstall(dll_path.value().c_str());
  /external/chromium/chrome/browser/importer/
nss_decryptor_win.h 118 // |dll_path| indicates the location of NSS3 DLL files, and |db_path|
120 bool Init(const FilePath& dll_path, const FilePath& db_path);
nss_decryptor_mac.h 123 bool Init(const FilePath& dll_path, const FilePath& db_path);
nss_decryptor_system_nss.cc 27 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
  /external/chromium_org/chrome/installer/util/
work_item_list.cc 210 WorkItem* WorkItemList::AddSelfRegWorkItem(const std::wstring& dll_path,
213 WorkItem* item = WorkItem::CreateSelfRegWorkItem(dll_path, do_register,
work_item_list.h 126 virtual WorkItem* AddSelfRegWorkItem(const std::wstring& dll_path,
work_item.h 152 static SelfRegWorkItem* CreateSelfRegWorkItem(const std::wstring& dll_path,
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 570 base::FilePath dll_path(GetPortMonitorDllName());
571 dll_path_len = static_cast<DWORD>(dll_path.value().length());
580 dll_path.value().c_str());
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 210 base::string16 dll_path = system_directory + L"wlanapi.dll"; local
211 HINSTANCE library = LoadLibraryEx(dll_path.c_str(),
  /external/sonivox/jet_tools/JetCreator/
eas.py 131 def InitEASModule (dll_path=None):
141 if dll_path is None:
142 dll_path=EAS_DLL_PATH
146 eas_dll = cdll.LoadLibrary(dll_path)
551 def __init__ (self, handle=None, dll_path=None, log_file=None):
553 InitEASModule(dll_path)
    [all...]
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 155 dll_path = glob.glob(os.path.join(temp_dir, 'Chrome-bin', '*', 'chrome.dll'))
156 return os.path.split(os.path.split(dll_path[0])[0])[1]
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 112 base::FilePath dll_path(installer_state.target_path().AppendASCII(
114 installer::AddRegisterComDllWorkItems(dll_path,
1204 base::FilePath dll_path = dll_folder.Append(*dll_iter); local
    [all...]

Completed in 2138 milliseconds

12