OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intptr_handle
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
commandline.cpp
467
const intptr_t
intptr_handle
= _get_osfhandle(STDOUT_FILENO);
local
468
if (
intptr_handle
== -1) return;
470
const HANDLE handle = reinterpret_cast<const HANDLE>(
intptr_handle
);
[
all
...]
sysdeps_win32.cpp
1320
const intptr_t
intptr_handle
= _get_osfhandle(fd);
local
[
all
...]
Completed in 51 milliseconds