OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_pipe
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc
482
wchar_t
log_pipe
[MAX_PATH] = {0};
local
483
wnsprintf(
log_pipe
, MAX_PATH - 1,
494
dll_path_.length() + wcslen(
log_pipe
) + 6;
504
dll_path_.c_str(),
log_pipe
);
544
pipe_handle_ = ::CreateNamedPipe(
log_pipe
,
Completed in 780 milliseconds