Searched
full:fstat (Results
251 -
275 of
1215) sorted by null
<<11121314151617181920>>
/external/ltrace/sysdeps/linux-gnu/sparc/ |
syscallent.h | 83 "fstat", /* 62 */
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
syscallent.h | 130 "fstat", /* 108 */
|
syscallent1.h | 27 "fstat", /* 5 */
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
pipe_loader_drm.c | 70 if (fstat(ddev->fd, &stat) < 0)
|
/external/mesa3d/src/gallium/targets/egl-static/ |
egl.c | 77 if (fstat(fd, &buf) < 0) {
|
/external/opencv3/3rdparty/libtiff/ |
tif_unix.c | 104 if (fstat((int)(intptr_t)fd,&sb)<0)
|
/external/selinux/libselinux/src/ |
label_android_property.c | 154 if (fstat(fileno(fp), &sb) < 0)
|
label_media.c | 97 if (fstat(fileno(fp), &sb) < 0)
|
label_x.c | 124 if (fstat(fileno(fp), &sb) < 0)
|
stringrep.c | 112 if (fstat(fd, &m) < 0) {
|
/external/strace/ |
sys_func.h | 58 extern SYS_FUNC(fstat);
|
/external/strace/tests/ |
sendfile.c | 63 if (fstat(reg_in, &stb))
|
sendfile64.c | 63 if (fstat(reg_in, &stb))
|
/external/tcpdump/lbl/ |
os-sunos4.h | 77 int fstat(int, struct stat *);
|
/external/valgrind/VEX/useful/ |
show_fp_state.c | 114 printf(" fstat: 0x%04x except:",
|
/external/valgrind/coregrind/m_gdbserver/ |
64bit-core.xml | 66 <reg name="fstat" bitsize="32" type="int" group="float"/>
|
/external/vboot_reference/cgpt/ |
cgpt_nor.c | 168 if (fstat(fd, &stat) != 0 || (stat.st_size & 1) != 0) {
|
/frameworks/av/media/libstagefright/ |
FileSource.cpp | 79 if (fstat(fd, &s) == 0) {
|
/frameworks/base/cmds/idmap/ |
create.cpp | 79 if (fstat(idmap_fd, &st) == -1) {
|
/frameworks/native/libs/binder/ |
MemoryHeapBase.cpp | 107 if (fstat(fd, &sb) == 0)
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
file_utils.cpp | 37 if (fstat(fd, &statBuf) != 0) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
py_compile.py | 108 timestamp = long(os.fstat(f.fileno()).st_mtime)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
py_compile.py | 108 timestamp = long(os.fstat(f.fileno()).st_mtime)
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_amd64.go | 11 //sys Fstat(fd int, stat *Stat_t) (err error)
|
syscall_linux_arm64.go | 10 //sys Fstat(fd int, stat *Stat_t) (err error)
|
Completed in 2970 milliseconds
<<11121314151617181920>>