OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:from_fd
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
PathV2.inc
130
AutoFD
from_fd
(from_file);
150
(sz_read = ::read(
from_fd
, buffer, buf_sz)) > 0) {
165
if (::close(
from_fd
.take()) < 0) sz_read = -1;
/libcore/ojluni/src/main/native/
UNIXProcess_md.c
416
int
from_fd
= FAIL_FILENO + 1;
local
425
restartableClose(
from_fd
); /* for possible use by opendir() */
426
restartableClose(
from_fd
+ 1); /* another one for good luck */
437
(fd = strtol(dirp->d_name, NULL, 10)) >=
from_fd
+ 2)
Completed in 168 milliseconds