HomeSort by relevance Sort by last modified time
    Searched full:fstat (Results 426 - 450 of 1215) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.versions.txt 323 fstat;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.functions.txt 374 fstat
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt 308 fstat
libc.so.versions.txt 323 fstat;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt 372 fstat
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt 308 fstat
libc.so.versions.txt 323 fstat;
  /device/google/contexthub/util/stm32_flash/
flash.c 193 if (fstat(fileno(file), &buf) < 0) {
  /external/avahi/avahi-daemon/
dbus-util.c 221 if (fstat(fd, &st) < 0) {
  /external/elfutils/libelf/
elf_update.c 50 if (unlikely (fstat (elf->fildes, &st) != 0))
  /external/elfutils/src/
ranlib.c 162 if (fstat (fd, &st) != 0)
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 125 check_syscall(fstat(fd, &attributes),
  /external/libmicrohttpd/doc/chapters/
responseheaders.inc 47 (0 != fstat (fd, &sbuf)) )
  /external/libselinux/src/
label_android_property.c 165 if (fstat(fileno(fp), &sb) < 0)
  /external/libunwind/src/
elfxx.h 130 if (fstat (fd, &stat) == -1) {
  /external/ltrace/sysdeps/linux-gnu/alpha/
syscallent.h 112 "fstat", /* 91 */
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.c 164 if (fstat(fd, &buf) < 0) {
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff)
  /external/selinux/checkpolicy/
checkmodule.c 64 if (fstat(fd, &sb) < 0) {
  /external/tcpdump/
tcpdump-stdinc.h 139 #define fstat _fstat macro
  /external/toybox/toys/pending/
file.c 205 if (!fstat(fd, &sb)) what = "cannot open";
  /external/valgrind/VEX/useful/
x87_to_vex_and_back.c 245 printf(" fstat: 0x%04x except:",
  /external/vboot_reference/futility/
misc.c 240 if (0 != fstat(fd, &sb)) {
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 76 size = Libcore.os.fstat(input.getFileDescriptor()).st_size;
  /frameworks/base/tools/aapt2/util/
Files.cpp 176 if (fstat(fd, &fileStats) != 0) {

Completed in 631 milliseconds

<<11121314151617181920>>