HomeSort by relevance Sort by last modified time
    Searched full:c_file_handle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
utils.h 49 int c_file_handle = _open_osfhandle(reinterpret_cast<LONG_PTR>(new_handle), local
51 if (-1 == c_file_handle) {
55 file_ = _fdopen(c_file_handle, mode);

Completed in 533 milliseconds