HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 76 - 100 of 1263) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/expat/tests/benchmark/
benchmark.c 1 #include <sys/stat.h>
30 struct stat fileAttr;
50 if (stat (argv[j + 1], &fileAttr) != 0) {
  /external/iproute2/
README.lnstat 9 the linux kernel exports via a file in /proc/net/stat. In a stock 2.6.9
33 /proc/net/stat/arp_cache:
38 /proc/net/stat/rt_cache:
  /external/kernel-headers/original/linux/nfsd/
xdr.h 91 struct kstat stat; member in struct:nfsd_attrstat
96 struct kstat stat; member in struct:nfsd_diropres
106 struct kstat stat; member in struct:nfsd_readres
  /system/core/adb/
file_sync_service.c 21 #include <sys/stat.h>
59 struct stat st;
61 msg.stat.id = ID_STAT;
64 msg.stat.mode = 0;
65 msg.stat.size = 0;
66 msg.stat.time = 0;
68 msg.stat.mode = htoll(st.st_mode);
69 msg.stat.size = htoll(st.st_size);
70 msg.stat.time = htoll(st.st_mtime);
73 return writex(s, &msg.stat, sizeof(msg.stat))
    [all...]
  /system/core/toolbox/
ls.c 8 #include <sys/stat.h>
93 struct stat s;
109 fprintf(stderr, "stat failed on %s: %s\n", tmp, strerror(errno));
124 struct stat s;
138 struct stat s;
258 struct stat s;
272 * If the name ends in a '/', use stat() so we treat it like a
276 err = stat(tmp, &s);
299 struct stat s;
303 * If the name ends in a '/', use stat() so we treat it like
    [all...]
  /build/libs/host/
CopyFile.c 18 #include <sys/stat.h>
32 # define lstat stat
59 static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstStat)
70 static bool isSameFile(const struct stat* pSrcStat, const struct stat* pDstStat)
73 /* with MSVCRT.DLL, stat always sets st_ino to 0, and there is no simple way to */
143 static int setPermissions(const char* dst, const struct stat* pSrcStat, unsigned int options)
184 * regular file, we fail. However, we use stat() rather than lstat(),
190 static int copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options
    [all...]
  /bionic/libc/private/
syscommon.h 20 #include <sys/stat.h>
  /build/tools/iself/
iself.c 6 #include <sys/stat.h>
  /external/bluetooth/glib/glib/
gstdio.h 26 #include <sys/stat.h>
43 #define g_stat stat
93 struct stat *buf);
96 struct stat *buf);
  /external/clearsilver/man/man3/
cs_register_fileload.3 34 uses hdf_search_path and ne_file_load (based on stat/open/read)
hdf_register_fileload.3 34 uses hdf_search_path and ne_file_load (based on stat/open/read)
  /external/e2fsprogs/lib/ext2fs/
bb_compat.c 20 #include <sys/stat.h>
gen_bitmap.c 21 #include <sys/stat.h>
tst_getsectsize.c 19 #include <sys/stat.h>
tst_getsize.c 19 #include <sys/stat.h>
  /external/e2fsprogs/misc/
lsattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
39 #include <sys/stat.h>
68 #define STRUCT_STAT struct stat
113 com_err (program_name, errno, _("while trying to stat %s"),
  /external/genext2fs/
configure.in 32 AC_CHECK_MEMBERS([struct stat.st_rdev])
  /external/icu4c/tools/toolutil/
filetools.cpp 14 #include <sys/stat.h>
96 struct stat stbuf1, stbuf2;
98 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
  /external/iproute2/misc/
lnstat.h 8 #define PROC_NET_STAT "/proc/net/stat"
  /dalvik/libcore/luni/src/main/native/
java_io_File.cpp 31 #include <sys/stat.h>
56 static bool doStat(JNIEnv* env, jbyteArray pathBytes, struct stat& sb) {
58 return (stat(&path[0], &sb) == 0);
62 struct stat sb;
86 struct stat sb;
94 struct stat sb;
99 struct stat sb;
149 struct stat sb;
150 if (stat(&path[0], &sb) == -1) {
164 struct stat sb
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
stat.h 18 struct stat { struct
75 struct stat { struct
  /bionic/libc/stdio/
remove.c 37 #include <sys/stat.h>
42 struct stat st;
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 275 PreparedStatement stat = conn.prepareStatement("INSERT INTO " local
277 stat.setInt(1, 1);
278 stat.setString(2, "1");
279 stat.execute();
280 stat.setInt(1, 2);
281 stat.setString(2, "3");
282 stat.execute();
290 stat.close();
  /external/bluetooth/glib/gio/
glocalfileinfo.h 28 #include <sys/stat.h>
48 #define GLocalFileStat struct stat
  /external/expat/xmlwf/
readfilemap.c 6 #include <sys/stat.h>
51 struct stat sb;

Completed in 84 milliseconds

1 2 34 5 6 7 8 91011>>