Searched
full:stat (Results
501 -
525 of
1263) sorted by null
<<21222324252627282930>>
/external/strace/strace/linux/sparc64/ |
syscallent2.h | 39 { 2, TF, sys_stat, "stat" }, /* 38 */ 233 { 2, TF, sys_stat, "stat" }, /* 232 */
|
/external/webkit/WebKit/win/ |
WebDownload.cpp | 42 #include <sys/stat.h> 206 // Stat the file to get its size
|
/external/zlib/ |
minigzip.c | 29 # include <sys/stat.h> 140 struct stat sb;
|
/frameworks/base/libs/utils/ |
BackupHelpers.cpp | 28 #include <sys/stat.h> 295 struct stat st; 297 err = stat(realFilename, &st); 352 struct stat st; 354 err = stat(file, &st); 469 struct stat st; 518 err = stat(filename.string(), &st); 1053 fprintf(stderr, "stat '%s' failed: %s\n", filename, strerror(errno)); [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
config.h | 139 // Define to 1 if `stat' has the bug that it succeeds when given the 176 // Define to 1 if you have the <sys/stat.h> header file.
|
/system/extras/tests/fstest/ |
perm_checker.c | 30 #include <sys/stat.h> 365 struct stat s;
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixincl | |
/bionic/libc/netbsd/net/ |
nsdispatch.c | 74 #include <sys/stat.h>
|
/bionic/libc/stdio/ |
freopen.c | 35 #include <sys/stat.h>
|
/bionic/linker/ |
linker_debug.h | 123 PRINT("Unknown reloc stat requested\n"); \
|
/bootable/recovery/applypatch/ |
applypatch.c | 22 #include <sys/stat.h> 51 if (stat(filename, &file->st) != 0) { 52 printf("failed to stat \"%s\": %s\n", filename, strerror(errno)); 248 // Fake some stat() info.
|
imgdiff_test.sh | 61 stat -c %s $1 | tr -d '\n'
|
/dalvik/libcore/luni/src/main/native/ |
java_io_FileDescriptor.c | 23 #include <sys/stat.h>
|
/dalvik/libdex/ |
OptInvocation.c | 26 #include <sys/stat.h>
|
/external/bluetooth/bluez/src/ |
plugin.c | 31 #include <sys/stat.h>
|
sdpd-server.c | 35 #include <sys/stat.h>
|
/external/bluetooth/glib/ |
Makefile.am | 93 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
|
/external/bluetooth/glib/docs/reference/gio/ |
migrating.xml | 15 <row><entry>struct stat *buf</entry><entry>GFileInfo *info</entry></row>
|
/external/bluetooth/glib/gio/ |
glocalfileinputstream.c | 26 #include <sys/stat.h>
|
/external/bluetooth/glib/glib/ |
gdir.c | 30 #include <sys/stat.h>
|
/external/bluetooth/glib/gobject/ |
gobject-query.c | 27 #include <sys/stat.h>
|
/external/clearsilver/ |
cs_config.h.in | 163 /* Define to 1 if you have the <sys/stat.h> header file. */
|
install-sh | 151 # Skip lots of stat calls in the usual case.
|
/external/clearsilver/mod_ecs/ |
README | 41 When yes, mod_ecs will stat the .cso every time its run, to see if the
|
/external/clearsilver/util/ |
rcfs.c | 24 #include <sys/stat.h>
|
Completed in 221 milliseconds
<<21222324252627282930>>