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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libc_nonshared.a 3 ??????RR  %?+N0?6?<*A?A?G?M>Sr__libc_csu_init__libc_csu_finiatexitat_quick_exit__statstat__fstatfstat__lstatlstatstat64fstat64lstat64fstatatfstatat64__mknodmknodmknodat__warn_memset_zero_len__stack_chk_fail_local// 44 `
36 ?Y  +&"__stat_GLOBAL_OFFSET_TABLE___xstatstat  ???????? fstat.oS/ 1334880618 0 0 100664 1400 `
43 ?Y  . ("__fstat_GLOBAL_OFFSET_TABLE___fxstatfstat  ???????? lstat.oS/ 1334880618 0 0 100664 1400 `
  /external/elfutils/lib/
crc32_file.c 48 if (fstat (fd, &st) == 0)
  /external/elfutils/libdw/
dwarf_begin.c 78 if (fstat (fd, &st) == 0 && ! S_ISREG (st.st_mode))
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 34 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile();
  /external/libchrome/sandbox/linux/suid/
process_util_linux.c 46 if (fstat(dirfd, &statbuf) < 0) {
  /external/mesa3d/src/gbm/main/
common.c 45 if (fstat(fd, &buf) < 0) {
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 66 fstat(m_nFD, &s);
  /external/toybox/toys/posix/
wc.c 57 if (!fstat(fd, &st) && S_ISREG(st.st_mode) && st.st_size > 0) {
  /external/vboot_reference/futility/
file_type.c 88 if (0 != fstat(ifd, &sb)) {
  /libcore/ojluni/src/main/native/
FileKey.c 39 #define fstat64 fstat
  /system/core/libcutils/
ashmem-host.c 76 int result = fstat(fd, &buf);
ashmem-dev.c 59 ret = TEMP_FAILURE_RETRY(fstat(fd, &st));
93 if (TEMP_FAILURE_RETRY(fstat(fd, &st)) < 0) {
  /system/extras/tests/storage/
wipe_blkdev.c 110 if (fstat(fd, &statbuf) < 0) {
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 53 return fstat (fileno ((FILE*) stream), sb);
  /toolchain/binutils/binutils-2.25/gold/
ftruncate.c 55 if (fstat (fd, &filebuf) < 0)
  /bootable/recovery/minzip/
SysUtil.c 27 if (fstat(fd, &sb) == -1) {
28 LOGE("fstat(%d) failed: %s\n", fd, strerror(errno));
  /external/bison/lib/
open.c 125 override fstat() in fchdir.c to hide the fact that we have a
165 if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode))
  /external/e2fsprogs/lib/blkid/
getsize.c 150 if (fstat(fd, &st) >= 0 &&
167 if (fstat(fd, &st) == 0)
  /external/elfutils/backends/
i386_corenote.c 93 { .offset = 0, .regno = 37, .count = 2, .bits = 32 }, /* fctrl-fstat */
100 { .offset = 0, .regno = 37, .count = 2, .bits = 16 }, /* fctrl-fstat */
  /external/libbrillo/brillo/
file_utils.cc 61 // us use the safer fstat() instead of having to use lstat().
69 if (fstat(scoped_fd.get(), &file_stat) != -1 &&
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftsystem.c 226 if ( fstat( file, &stat_buf ) < 0 )
229 FT_ERROR(( " could not `fstat' file `%s'\n", filepathname ));
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 70 if (fstat(fd, &sb) < 0) {
71 fprintf(stderr, "%s: Failed to fstat %s: %s\n", progname,
  /external/valgrind/include/
pub_tool_libcfile.h 43 /* Note that VG_(stat) and VG_(fstat) write to a 'struct vg_stat*' and
86 extern Int VG_(fstat) ( Int fd, struct vg_stat* buf );
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 107 if (::fstat(mFD, &fd_stat) == 0) {
253 if (::fstat(mFD, &file_stat) == 0) {
  /external/llvm/lib/Support/
MemoryBuffer.cpp 296 // If we don't know the file size, use fstat to find out. fstat on an open
298 // FIXME: this chunk of code is duplicated, but it avoids a fstat when
338 // If we don't know the file size, use fstat to find out. fstat on an open

Completed in 1023 milliseconds

1 2 3 45 6 7 8 91011>>