HomeSort by relevance Sort by last modified time
    Searched refs:fstat (Results 126 - 150 of 774) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/selinux/libsemanage/tests/
test_semanage_store.c 320 fstat(sourcefd, &sb);
332 fstat(goodfd, &sb);
343 fstat(badfd, &sb);
  /external/syslinux/libinstaller/
syslxcom.c 120 if (!fstat(fd, &st)) {
151 if (!fstat(fd, &st)) {
188 if (fstat(fd, &st))
  /external/curl/lib/
curl_setup.h 358 # undef fstat macro
359 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
377 # define fstat(fdes,stp) _fstat(fdes, stp) macro
  /external/honggfuzz/libcommon/
files.c 210 if (fstat(inFD, &inSt) == -1) {
211 PLOG_W("Couldn't fstat(fd='%d' fileName='%s')", inFD, source);
319 if (fstat(*fd, &st) == -1) {
343 if (fstat(*fd, &st) == -1) {
  /external/libevent/sample/
http-server.c 54 #ifndef fstat
55 #define fstat _fstat macro
295 if (fstat(fd, &st)<0) {
298 perror("fstat");
  /external/ltp/testcases/kernel/fs/ftest/
ftest01.c 27 * truncate, ftruncate, fsync, sync, fstat
245 char *m_str[] = { "fsync", "trunc", "sync", "fstat" };
372 fstat(fd, &stat);
405 fstat(fd, &stat);
515 if (fstat(fd, &sb) < 0)
517 "\tTest[%d]: fstat failed", me);
520 "\tTest[%d]: fstat() mismatch; st_size=%lu, "
ftest05.c 29 * truncate, ftruncate, fsync, sync, fstat
246 char *m_str[] = { "fsync", "trunc", "sync", "fstat" };
364 fstat(fd, &stat);
395 fstat(fd, &stat);
505 if (fstat(fd, &sb) < 0) {
507 "\tTest[%d]: fstat() error.", me);
511 "\tTest[%d]: fstat() mismatch; st_size=%"
  /art/libartbase/base/
scoped_flock.cc 60 int fstat_result = TEMP_FAILURE_RETRY(fstat(file->Fd(), &fstat_stat));
62 *error_msg = StringPrintf("Failed to fstat file '%s': %s", filename, strerror(errno));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 90 fstat(fileno(fp), &statb);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 191 int fstat (int, struct stat *);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
freopen.c 156 if (fstat(f, &st) == -1) {
  /external/blktrace/btt/
mmap.c 113 if (fstat(fd, &buf) < 0) {
  /external/boringssl/src/tool/
pkcs12.cc 75 if (fstat(fd, &st)) {
76 perror("fstat");
  /external/bsdiff/
file.cc 92 if (fstat(fd_, &stbuf) == -1)
  /external/e2fsprogs/tests/progs/
random_exercise.c 64 if (fstat(fd, &st) < 0) {
65 perror("fstat");
  /external/flac/include/share/
compat.h 183 #define flac_fstat 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/ltp/testcases/kernel/syscalls/fchmod/
fchmod05.c 131 * fstat(2).
133 if (fstat(fd, &stat_buf) < 0) {
135 "fstat(2) of %s failed, errno:%d",
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.cpp 86 fstat(m_nFD, &s);
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 86 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff)
  /external/perfetto/src/tracing/ipc/
posix_shared_memory.cc 75 int res = fstat(fd.get(), &stat_buf);
  /external/python/cpython2/Python/
dynload_shlib.c 90 fstat(fileno(fp), &statb);
  /external/syslinux/gpxe/src/util/
iccfix.c 96 if ( fstat ( fd, &stat ) < 0 ) {
  /external/toybox/toys/pending/
gzip.c 121 if (fstat(in_fd, &sb)) {
more.c 106 fstat(fileno(fp), &st);

Completed in 565 milliseconds

1 2 3 4 56 7 8 91011>>