Searched refs:dll_path_ (Results 1 – 4 of 4) sorted by relevance
23 : 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()
42 std::wstring dll_path_; variable
31 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()
175 base::string16 dll_path_; variable