OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fstat
(Results
126 - 150
of
1215
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Support/Unix/
Process.inc
217
while (
fstat
(StandardFD, &st) < 0) {
218
assert(errno && "expected errno to be set if
fstat
failed!");
219
//
fstat
should return EBADF if the file descriptor is closed.
222
// retry
fstat
if we got EINTR, otherwise bubble up the failure.
226
// if
fstat
succeeds, move on to the next FD.
/external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar
/external/selinux/libsemanage/tests/
test_semanage_store.c
320
fstat
(sourcefd, &sb);
332
fstat
(goodfd, &sb);
343
fstat
(badfd, &sb);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc_nonshared.a
5
" D D D <