OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dll_path_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
self_reg_work_item.cc
23
: do_register_(do_register),
dll_path_
(dll_path),
52
<<
dll_path_
;
54
HMODULE dll_module = ::LoadLibraryEx(
dll_path_
.c_str(), NULL,
78
<< " DLL at " <<
dll_path_
.c_str() << ", hr="
87
PLOG(WARNING) << "Failed to load: " <<
dll_path_
;
self_reg_work_item.h
42
std::wstring
dll_path_
;
member in class:SelfRegWorkItem
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc
31
dll_path_
(L""),
358
dll_path_
= dll_path;
494
dll_path_
.length() + wcslen(log_pipe) + 6;
504
dll_path_
.c_str(), log_pipe);
519
sandbox::TargetPolicy::FILES_ALLOW_ANY,
dll_path_
.c_str());
main_ui_window.h
175
base::string16
dll_path_
;
member in class:MainUIWindow
Completed in 36 milliseconds