HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 401 - 425 of 5197) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
6-1.c 17 #include <sys/stat.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
11-1.c 17 #include <sys/stat.h>
38-1.c 16 #include <sys/stat.h>
41-1.c 16 #include <sys/stat.h>
  /external/strace/tests/
umount.c 30 #include <sys/stat.h>
umount2.c 31 #include <sys/stat.h>
  /external/strace/tests-m32/
umount.c 30 #include <sys/stat.h>
umount2.c 31 #include <sys/stat.h>
  /external/strace/tests-mx32/
umount.c 30 #include <sys/stat.h>
umount2.c 31 #include <sys/stat.h>
  /external/syslinux/com32/lib/syslinux/
zloadfile.c 39 #include <sys/stat.h>
  /external/tensorflow/tensorflow/core/profiler/internal/advisor/
accelerator_utilization_checker.h 54 const ExecStats& stat = s.second; local
55 int64 total_micros = stat.end_micros - stat.start_micros;
57 double utilization = 1.0 * stat.exec_micros / total_micros;
  /external/toybox/toys/other/
switch_root.c 47 struct stat st1, st2;
62 if (chdir(newroot) || stat(".", &st1) || stat("/", &st2) ||
71 // stat(), relative to newroot. *cmdline is also used below, but by that
76 if (stat(*cmdline, &st1) || !S_ISREG(st1.st_mode) || !(st1.st_mode&0100)) {
  /external/valgrind/none/tests/linux/
mremap4.c 7 #include <sys/stat.h>
mremap5.c 7 #include <sys/stat.h>
  /frameworks/av/media/mtp/
MtpDeviceInfo.h 20 struct stat;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 174 int __cdecl stat(const char *_Filename,struct stat *_Stat);
175 int __cdecl fstat(int _Desc,struct stat *_Stat);
176 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);
181 fstat(int _Desc,struct stat *_Stat) {
185 memset(_Stat,0,sizeof(struct stat));
188 /* struct stat and struct _stat32
196 stat(const char *_Filename,struct stat *_Stat) {
200 memset(_Stat,0,sizeof(struct stat));
265 #define stat macro
268 #define stat macro
    [all...]
  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 21 #include <sys/stat.h>
64 struct stat st;
65 if (stat(sysfs.c_str(), &st)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cvsfiles.py 15 import stat
66 st = os.stat(filename)
69 return st[stat.ST_MTIME]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
gettemp.c 54 #include <sys/stat.h>
80 struct stat sbuf;
132 if (stat(path, &sbuf))
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
access.c 18 #include <sys/stat.h>
51 struct stat FileStat;
66 retval = stat(Path, &FileStat);
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 7 aio-io-setup-with-nonwritable-context-pointer aio-dio-extend-stat
23 aio-dio-extend-stat: aio-dio-extend-stat.c
  /external/clang/test/Analysis/
explain-svals.cpp 69 static int stat; local
75 clang_analyzer_explain(stat); // expected-warning-re{{{{^signed 32-bit integer '0'$}}}}
76 clang_analyzer_explain(&stat); // expected-warning-re{{{{^pointer to static local variable 'stat'$}}}}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 28 // With old kernels (and even new kernels on powerpc) asm/stat.h uses types that
33 #include <sys/stat.h>
41 // This header seems to contain the definitions of _kernel_ stat* structs.
42 #include <asm/stat.h>
69 COMPILER_CHECK(struct_kernel_stat_sz == sizeof(struct stat));
  /external/curl/docs/examples/
httpput.c 28 #include <sys/stat.h>
64 struct stat file_info;
76 stat(file, &file_info);

Completed in 1179 milliseconds

<<11121314151617181920>>