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

<<11121314151617181920>>

  /external/e2fsprogs/lib/e2p/
setflags.c 24 #include <sys/stat.h>
61 struct stat buf;
  /external/elfutils/libdw/
dwarf_begin.c 36 #include <sys/stat.h>
76 struct stat st;
  /external/googletest/googletest/test/
gtest_premature_exit_test.cc 42 using ::testing::internal::posix::Stat;
51 StatStruct stat; local
52 return Stat(filepath, &stat) == 0;
  /external/gptfdisk/
diskio.cc 24 #define stat64 stat
34 #include <sys/stat.h>
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 30 #include <sys/stat.h>
53 struct stat buf;
creat03.c 28 #include <sys/stat.h>
38 struct stat statbuf;
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat01.c 114 #include <sys/stat.h>
129 struct stat statter;
  /external/ltp/testcases/kernel/syscalls/umask/
umask01.c 29 #include <sys/stat.h>
34 struct stat statbuf;
  /external/ltp/testcases/kernel/syscalls/ustat/
ustat01.c 25 #include <sys/stat.h>
78 struct stat buf;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
15-1.c 20 #include <sys/stat.h>
32 struct stat stat_buf;
18-1.c 19 * 4. Get the stat of the opened file.
24 #include <sys/stat.h>
42 struct stat stat_buf;
25-1.c 25 #include <sys/stat.h>
37 struct stat stat_buf;
26-1.c 21 #include <sys/stat.h>
33 struct stat stat_buf;
  /external/minijail/
gen_constants-inl.h 15 #include <sys/stat.h>
  /external/perf_data_converter/src/quipper/
dso.h 8 #include <sys/stat.h>
34 // Do the |DSOInfo| and |struct stat| refer to the same inode?
35 bool SameInode(const DSOInfo& dso, const struct stat* s);
  /external/perfetto/src/base/
file_utils.cc 17 #include <sys/stat.h>
38 struct stat buf {};
  /external/perfetto/src/traced/probes/filesystem/
fs_mount.cc 45 struct stat buf {};
46 if (stat(mountpoint, &buf) == -1) {
47 PERFETTO_PLOG("stat %s", mountpoint);
  /external/python/cpython2/Demo/tkinter/ttk/
listbox_scrollcmd.py 6 grid [ttk::label .stat -text "Status message here" -anchor w] -column 0 -row 1 -sticky we
25 stat = ttk.Label(text="Status message here", anchor='w') variable
26 stat.grid(column=0, row=1, sticky='we')
  /external/syslinux/com32/include/sys/
stat.h 2 * sys/stat.h
43 /* These are the only fields in struct stat we emulate */
44 struct stat { struct
50 int fstat(int, struct stat *);
  /external/syslinux/
now.pl 11 $ctime,$blksize,$blocks) = stat($file);
  /external/v8/testing/gtest/test/
gtest_premature_exit_test.cc 42 using ::testing::internal::posix::Stat;
51 StatStruct stat; local
52 return Stat(filepath, &stat) == 0;
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 52 StatFs stat = new StatFs(path.getPath()); local
53 int totalBlocks = stat.getBlockCount();
54 mBlockSize = (int) (stat.getBlockSize());
80 StatFs stat = new StatFs(path.getPath()); local
81 int totalBlocks = stat.getBlockCount();
82 int noOfBlockToFill = stat.getAvailableBlocks();
118 // The stat didn't relect the correct data right away
122 StatFs stat = new StatFs(path.getPath()); local
123 long availableBlocks = stat.getAvailableBlocks();
  /frameworks/minikin/tests/perftests/
main.cpp 18 #include <sys/stat.h>
29 struct stat st;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
stat.h 7 struct stat { struct
68 struct stat { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
stat.h 7 struct stat { struct
68 struct stat { struct

Completed in 710 milliseconds

<<11121314151617181920>>