OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_file_handle
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/sandbox/win/sandbox_poc/pocdll/
utils.h
50
int
c_file_handle
= _open_osfhandle(reinterpret_cast<LONG_PTR>(new_handle),
local
52
if (-1 ==
c_file_handle
) {
56
file_ = _fdopen(
c_file_handle
, mode);
Completed in 245 milliseconds