Home
last modified time | relevance | path

Searched refs:dll_path (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium/base/
Dfile_version_info_unittest.cc59 FilePath dll_path = GetTestDataPath(); in TEST() local
60 dll_path = dll_path.Append(kDLLNames[i]); in TEST()
63 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
101 FilePath dll_path = GetTestDataPath(); in TEST() local
102 dll_path = dll_path.Append(kDLLNames[i]); in TEST()
105 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
114 FilePath dll_path = GetTestDataPath(); in TEST() local
115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TEST()
118 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
/external/chromium_org/base/
Dfile_version_info_unittest.cc58 FilePath dll_path = GetTestDataPath(); in TEST() local
59 dll_path = dll_path.Append(kDLLNames[i]); in TEST()
62 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
100 FilePath dll_path = GetTestDataPath(); in TEST() local
101 dll_path = dll_path.Append(kDLLNames[i]); in TEST()
104 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
113 FilePath dll_path = GetTestDataPath(); in TEST() local
114 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TEST()
117 FileVersionInfo::CreateFileVersionInfo(dll_path)); in TEST()
/external/chromium_org/chrome_frame/
Dchrome_frame_reporting.cc28 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* dll_path) { in GetCustomInfo() argument
32 FileVersionInfo::CreateFileVersionInfo(base::FilePath(dll_path))); in GetCustomInfo()
72 wchar_t dll_path[MAX_PATH * 2] = {0}; in InitializeCrashReporting() local
73 GetModuleFileName(reinterpret_cast<HMODULE>(&__ImageBase), dll_path, in InitializeCrashReporting()
74 arraysize(dll_path)); in InitializeCrashReporting()
78 true, kChromePipeName, temp_directory.value(), GetCustomInfo(dll_path)); in InitializeCrashReporting()
85 if (InstallUtil::IsPerUserInstall(dll_path)) { in InitializeCrashReporting()
93 false, user_sid.c_str(), temp_directory.value(), GetCustomInfo(dll_path)); in InitializeCrashReporting()
Dtest_utils.cc38 base::FilePath dll_path = build_path.Append(kChromeFrameDllName); in GetChromeFrameBuildPath() local
40 if (!base::PathExists(dll_path)) { in GetChromeFrameBuildPath()
42 dll_path = build_path.Append(kChromeFrameDllName); in GetChromeFrameBuildPath()
45 if (!base::PathExists(dll_path)) { in GetChromeFrameBuildPath()
47 dll_path = base::FilePath(); in GetChromeFrameBuildPath()
50 return dll_path; in GetChromeFrameBuildPath()
182 const wchar_t* dll_path = argv[2]; in RegisterAndExitProcessIfDirected() local
194 HMODULE dll_module = ::LoadLibrary(dll_path); in RegisterAndExitProcessIfDirected()
Dsimple_resource_loader.cc206 base::FilePath dll_path = locales_path.Append(*scan + dll_suffix); in LoadLocalePack() local
209 base::PathExists(dll_path)) { in LoadLocalePack()
215 HMODULE locale_dll_handle = LoadLibraryEx(dll_path.value().c_str(), NULL, in LoadLocalePack()
219 *language = dll_path.BaseName().RemoveExtension().value(); in LoadLocalePack()
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
Dport_monitor_dll.cc83 base::FilePath dll_path(cloud_print::GetPortMonitorDllName()); in DllRegisterServer() local
84 monitor_info.pDLLName = const_cast<LPWSTR>(dll_path.value().c_str()); in DllRegisterServer()
85 monitor_info.pName = const_cast<LPWSTR>(dll_path.value().c_str()); in DllRegisterServer()
97 base::FilePath dll_path(cloud_print::GetPortMonitorDllName()); in DllUnregisterServer() local
100 const_cast<LPWSTR>(dll_path.value().c_str()))) { in DllUnregisterServer()
/external/chromium_org/tools/win/sizeviewer/
Dsizeviewer.py46 dll_path = os.path.normpath(os.path.join(out_dir, dll))
47 if os.path.exists(dll_path):
48 print 'Tallying %s...' % dll_path
49 json_path = dll_path + '.json'
51 '--input-image=' + dll_path,
52 '--input-pdb=' + dll_path + '.pdb',
/external/chromium_org/chrome/app/
Dclient_util.cc179 void RecordDidRun(const string16& dll_path) { in RecordDidRun() argument
180 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in RecordDidRun()
184 void ClearDidRun(const string16& dll_path) { in ClearDidRun() argument
185 bool system_level = !InstallUtil::IsPerUserInstall(dll_path.c_str()); in ClearDidRun()
328 virtual void OnBeforeLaunch(const string16& dll_path) { in OnBeforeLaunch() argument
329 RecordDidRun(dll_path); in OnBeforeLaunch()
332 virtual int OnBeforeExit(int return_code, const string16& dll_path) { in OnBeforeExit() argument
337 ClearDidRun(dll_path); in OnBeforeExit()
Dclient_util.h48 virtual void OnBeforeLaunch(const string16& dll_path) {} in OnBeforeLaunch() argument
53 virtual int OnBeforeExit(int return_code, const string16& dll_path) { in OnBeforeExit() argument
/external/chromium/chrome/browser/importer/
Dfirefox_importer_unittest_utils.h41 bool DecryptorInit(const FilePath& dll_path, const FilePath& db_path);
75 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit() argument
77 return decryptor_.Init(dll_path, db_path); in DecryptorInit()
Dnss_decryptor_win.cc40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) { in Init() argument
52 if (!set_dll_directory(dll_path.value().c_str())) in Init()
62 FilePath path = dll_path.Append(kNSS3Library); in Init()
78 path = FilePath(dll_path).Append(kSoftokn3Library); in Init()
Dfirefox_importer_unittest_utils_mac.cc187 bool FFUnitTestDecryptorProxy::DecryptorInit(const FilePath& dll_path, in DecryptorInit() argument
189 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path)); in DecryptorInit()
221 void OnDecryptor_Init(FilePath dll_path, FilePath db_path) { in OnDecryptor_Init() argument
222 bool ret = decryptor_.Init(dll_path, db_path); in OnDecryptor_Init()
Dnss_decryptor_mac.mm22 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
27 FilePath nss3_path = dll_path.Append("libnss3.dylib");
/external/chromium_org/chrome/utility/importer/
Dfirefox_importer_unittest_utils.h44 bool DecryptorInit(const base::FilePath& dll_path,
79 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, in DecryptorInit() argument
81 return decryptor_.Init(dll_path, db_path); in DecryptorInit()
Dnss_decryptor_win.cc40 bool NSSDecryptor::Init(const base::FilePath& dll_path, in Init() argument
53 if (!set_dll_directory(dll_path.value().c_str())) in Init()
63 base::FilePath path = dll_path.Append(kNSS3Library); in Init()
79 path = base::FilePath(dll_path).Append(kSoftokn3Library); in Init()
Dfirefox_importer_unittest_utils_mac.cc198 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, in DecryptorInit() argument
200 channel_->Send(new Msg_Decryptor_Init(dll_path, db_path)); in DecryptorInit()
232 void OnDecryptor_Init(base::FilePath dll_path, base::FilePath db_path) { in OnDecryptor_Init() argument
233 bool ret = decryptor_.Init(dll_path, db_path); in OnDecryptor_Init()
Dnss_decryptor_mac.mm22 bool NSSDecryptor::Init(const base::FilePath& dll_path,
28 base::FilePath nss3_path = dll_path.Append("libnss3.dylib");
/external/chromium_org/third_party/libjingle/source/talk/base/
Dlatebindingsymboltable.cc100 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) { in LoadFromPath() argument
112 handle_ = dlopen(dll_path, in LoadFromPath()
134 LOG(LS_WARNING) << "Can't load " << dll_path << ": " in LoadFromPath()
Dlatebindingsymboltable.h67 bool LoadFromPath(const char *dll_path);
/external/chromium_org/chrome_frame/test/reliability/
Drun_all_unittests.cc35 std::wstring dll_path = cmd_line->GetSwitchValueNative(kRegisterDllFlag); in main() local
40 dll_path, ScopedChromeFrameRegistrar::SYSTEM_LEVEL); in main()
/external/chromium_org/sandbox/win/sandbox_poc/
Dmain_ui_window.cc177 base::string16 dll_path = base::string16(current_dir) + in SpawnTargetWndProc() local
179 ::SetWindowText(edit_box_dll_name, dll_path.c_str()); in SpawnTargetWndProc()
207 base::string16 dll_path = host->OnShowBrowseForDllDlg(dialog); in SpawnTargetWndProc() local
208 if (dll_path.length() > 0) { in SpawnTargetWndProc()
211 ::SetWindowText(edit_box_dll_path, dll_path.c_str()); in SpawnTargetWndProc()
322 wchar_t dll_path[MAX_PATH]; in OnLaunchDll() local
326 int dll_name_len = ::GetWindowText(edit_box_dll_name, dll_path, MAX_PATH); in OnLaunchDll()
340 if (GetFileAttributes(dll_path) == INVALID_FILE_ATTRIBUTES) { in OnLaunchDll()
358 dll_path_ = dll_path; in OnLaunchDll()
/external/chromium_org/chrome/installer/util/
Dself_reg_work_item.cc20 SelfRegWorkItem::SelfRegWorkItem(const std::wstring& dll_path, in SelfRegWorkItem() argument
23 : do_register_(do_register), dll_path_(dll_path), in SelfRegWorkItem()
Dwork_item.cc121 SelfRegWorkItem* WorkItem::CreateSelfRegWorkItem(const std::wstring& dll_path, in CreateSelfRegWorkItem() argument
124 return new SelfRegWorkItem(dll_path, do_register, user_level_registration); in CreateSelfRegWorkItem()
Dself_reg_work_item.h32 SelfRegWorkItem(const std::wstring& dll_path, bool do_register,
/external/chromium_org/chrome_frame/turndown_prompt/
Dturndown_prompt.cc170 base::FilePath dll_path; in IsCurrentModuleSystemLevel() local
171 if (PathService::Get(base::DIR_MODULE, &dll_path)) in IsCurrentModuleSystemLevel()
172 return !InstallUtil::IsPerUserInstall(dll_path.value().c_str()); in IsCurrentModuleSystemLevel()

12