Home
last modified time | relevance | path

Searched refs:dll_path_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dself_reg_work_item.cc23 : do_register_(do_register), dll_path_(dll_path), in SelfRegWorkItem()
52 << dll_path_; in RegisterDll()
54 HMODULE dll_module = ::LoadLibraryEx(dll_path_.c_str(), NULL, in RegisterDll()
78 << " DLL at " << dll_path_.c_str() << ", hr=" in RegisterDll()
87 PLOG(WARNING) << "Failed to load: " << dll_path_; in RegisterDll()
Dself_reg_work_item.h42 std::wstring dll_path_; variable
/external/chromium_org/sandbox/win/sandbox_poc/
Dmain_ui_window.cc31 dll_path_(L""), in MainUIWindow()
358 dll_path_ = dll_path; in OnLaunchDll()
494 dll_path_.length() + wcslen(log_pipe) + 6; in SpawnTarget()
504 dll_path_.c_str(), log_pipe); in SpawnTarget()
519 sandbox::TargetPolicy::FILES_ALLOW_ANY, dll_path_.c_str()); in SpawnTarget()
Dmain_ui_window.h175 base::string16 dll_path_; variable