/system/core/nexus/ |
Controller.cpp | 25 #include <sys/stat.h> 124 struct stat sb;
|
/bionic/libc/bionic/ |
cpuacct.c | 31 #include <sys/stat.h>
|
/build/core/combo/ |
HOST_darwin-x86.mk | 67 stat -f "%z" $(1)
|
/build/tools/apriori/ |
main.c | 20 #include <sys/stat.h> 145 struct stat output_st; 146 FAILIF(stat(output, &output_st) < 0 && errno != ENOENT, 147 "stat(%s): %s (%d)\n",
|
/build/tools/fs_config/ |
fs_config.c | 18 #include <sys/stat.h>
|
/build/tools/lsd/ |
main.c | 20 #include <sys/stat.h>
|
/build/tools/ |
mktarball.sh | 29 curr_perms=`stat -c 0%a $f`
|
/dalvik/vm/arch/generic/ |
Hints.c | 26 #include <sys/stat.h>
|
/external/bluetooth/bluez/compat/ |
dun.c | 39 #include <sys/stat.h> 186 struct stat st; 211 while (stat(tty, &st) < 0) { 213 if (stat(tty, &st) < 0) {
|
/external/bluetooth/glib/gio/fen/ |
fen-kernel.h | 27 #include <sys/stat.h>
|
fen-node.h | 34 gint stat; member in struct:node
|
/external/clearsilver/ |
ClearSilver.h | 35 #include <sys/stat.h>
|
/external/dropbear/libtomcrypt/testprof/ |
ecc_test.c | 112 int stat, stat2; local 222 DO(ecc_verify_hash (buf[1], x, buf[0], 16, &stat, &pubKey)); 225 if (!(stat == 1 && stat2 == 0)) { 226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2);
|
/external/e2fsprogs/lib/ext2fs/ |
cmp_bitmaps.c | 20 #include <sys/stat.h>
|
read_bb.c | 20 #include <sys/stat.h>
|
read_bb_file.c | 20 #include <sys/stat.h>
|
rs_bitmap.c | 20 #include <sys/stat.h>
|
/external/e2fsprogs/misc/ |
chattr.c | 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops 34 #include <sys/stat.h> 78 #define STRUCT_STAT struct stat 191 com_err (program_name, errno, _("while trying to stat %s"),
|
util.c | 24 #include <sys/stat.h> 87 struct stat s; 89 val = stat(device, &s); 93 fprintf(stderr, _("Could not stat %s --- %s\n"),
|
/external/elfutils/libdw/ |
dwarf_begin.c | 21 #include <sys/stat.h>
|
/external/libpcap/ |
pcap-septel.c | 172 p->md.stat.ps_recv++; 253 /*p->md.stat.ps_recv = 0;*/ 254 /*p->md.stat.ps_drop = 0;*/ 256 *ps = p->md.stat;
|
/external/oprofile/daemon/ |
opd_pipe.c | 22 #include <sys/stat.h>
|
/external/strace/ |
acinclude.m4 | 197 [AC_MSG_CHECKING(for stat64 in (asm|sys)/stat.h) 201 #include <asm/stat.h> 203 #include <sys/stat.h> 209 [Define if stat64 is available in asm/stat.h.])
|
/external/webkit/WebKitTools/Scripts/ |
roll-over-ChangeLogs | 38 next unless File.stat(path).size > CHANGELOG_SIZE_THRESHOLD
|
/frameworks/base/cmds/runtime/ |
ServiceManager.cpp | 23 #include <sys/stat.h>
|