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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebKit/win/
WebHTMLRepresentation.cpp 283 STATSTG stat;
284 hr = data->Stat(&stat, STATFLAG_NONAME);
288 if (stat.cbSize.HighPart || !stat.cbSize.LowPart)
291 Vector<char> dataBuffer(stat.cbSize.LowPart);
  /bootable/recovery/applypatch/
applypatch.h 20 #include <sys/stat.h>
33 struct stat st;
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 350 PreparedStatement stat = conn.prepareStatement("UPDATE " local
353 stat.setString(1, "1");
354 stat.setInt(2, 1);
355 stat.execute();
356 stat.setString(1, "2");
357 stat.setInt(2, 2);
358 stat.execute();
367 stat.close();
  /external/bison/build-aux/
depcomp 95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat=$
    [all...]
  /external/bluetooth/bluez/common/
oui.c 34 #include <sys/stat.h>
45 struct stat st;
  /external/dbus/
depcomp 95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat=$
    [all...]
  /external/genext2fs/
depcomp 95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat=$
    [all...]
  /external/grub/
depcomp 95 stat=$?
96 if test $stat -eq 0; then :
99 exit $stat
118 stat=$?
119 if test $stat -eq 0; then :
122 exit $stat
160 stat=$?
161 if test $stat -eq 0; then :
164 exit $stat
211 stat=$
    [all...]
  /external/kernel-headers/original/linux/
shm.h 40 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */
41 #define SHM_W 0200 /* or S_IWUGO from <linux/stat.h> */
  /external/qemu/android/utils/
path.c 26 #include <sys/stat.h>
32 #include <sys/stat.h>
227 struct stat st;
229 CHECKED(ret, stat(path, &st));
242 struct stat st;
244 CHECKED(ret, stat(path, &st));
388 struct stat st;
390 CHECKED(ret, stat(path, &st));
  /external/strace/
depcomp 102 stat=$?
103 if test $stat -eq 0; then :
106 exit $stat
125 stat=$?
126 if test $stat -eq 0; then :
129 exit $stat
167 stat=$?
168 if test $stat -eq 0; then :
171 exit $stat
218 stat=$
    [all...]
config.h.in 143 /* Define if stat64 is available in asm/stat.h. */
182 /* Define to 1 if `st_aclcnt' is member of `struct stat'. */
185 /* Define to 1 if `st_blksize' is member of `struct stat'. */
188 /* Define to 1 if `st_blocks' is member of `struct stat'. */
191 /* Define to 1 if `st_flags' is member of `struct stat'. */
194 /* Define to 1 if `st_fstype' is member of `struct stat'. */
197 /* Define to 1 if `st_gen' is member of `struct stat'. */
200 /* Define to 1 if `st_level' is member of `struct stat'. */
203 /* Define to 1 if `st_rdev' is member of `struct stat'. */
268 /* Define to 1 if you have the <sys/stat.h> header file. *
    [all...]
  /frameworks/base/core/java/android/os/
StatFs.java 26 * filesystem at <var>path</var>. Upon construction, the stat of
37 * path, and the new stat values are available upon return.
  /external/strace/android/arch/arm/
config.h 147 /* Define if stat64 is available in asm/stat.h. */
191 /* Define to 1 if `st_aclcnt' is member of `struct stat'. */
194 /* Define to 1 if `st_blksize' is member of `struct stat'. */
197 /* Define to 1 if `st_blocks' is member of `struct stat'. */
200 /* Define to 1 if `st_flags' is member of `struct stat'. */
203 /* Define to 1 if `st_fstype' is member of `struct stat'. */
206 /* Define to 1 if `st_gen' is member of `struct stat'. */
209 /* Define to 1 if `st_level' is member of `struct stat'. */
212 /* Define to 1 if `st_rdev' is member of `struct stat'. */
277 /* Define to 1 if you have the <sys/stat.h> header file. *
    [all...]
  /external/strace/android/arch/x86/
config.h 147 /* Define if stat64 is available in asm/stat.h. */
191 /* Define to 1 if `st_aclcnt' is member of `struct stat'. */
194 /* Define to 1 if `st_blksize' is member of `struct stat'. */
197 /* Define to 1 if `st_blocks' is member of `struct stat'. */
200 /* Define to 1 if `st_flags' is member of `struct stat'. */
203 /* Define to 1 if `st_fstype' is member of `struct stat'. */
206 /* Define to 1 if `st_gen' is member of `struct stat'. */
209 /* Define to 1 if `st_level' is member of `struct stat'. */
212 /* Define to 1 if `st_rdev' is member of `struct stat'. */
278 /* Define to 1 if you have the <sys/stat.h> header file. *
    [all...]
  /development/simulator/wrapsim/
Intercept.c 20 #include <sys/stat.h>
50 /proc/... (e.g. /proc/stat) -- we're showing real pid, so real proc will work
57 May also need stat(). We don't need all fd calls, e.g. fchdir() is
79 readlink(), rename(), rmdir(), stat()/stat64(), statfs/statfs64(),
189 PASS_THROUGH_DECL(lstat, int, const char* path, struct stat* buf)
192 PASS_THROUGH_DECL(lstat64, int, const char* path, struct stat* buf)
204 PASS_THROUGH_DECL(stat, int, const char* path, struct stat* buf)
205 PASS_THROUGH_BODY(stat, path, buf)
207 PASS_THROUGH_DECL(stat64, int, const char* path, struct stat* buf
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
stat.h 31 struct stat { struct
  /build/core/combo/
HOST_linux-x86.mk 22 stat --format "%s" "$(1)" | tr -d '\n'
  /build/tools/dexpreopt/afar/
main.c 23 #include <sys/stat.h>
77 _eject(struct stat *s, char *out, int olen, char *data, size_t datasize)
154 struct stat s;
161 die("could not stat '%s'\n", in);
  /build/tools/soslim/
Android.mk 23 # Cygwin stat does not support ACCESSPERMS bitmask
symfilter.h 13 #include <sys/stat.h>
  /development/scripts/
divide_and_compress_test.py 26 import stat namespace
70 self.my_mox.StubOutWithMock(os, 'stat')
71 os.stat('/foo/0.zip').AndReturn([test_file_size])
72 self.my_mox.StubOutWithMock(stat, 'ST_SIZE')
73 stat.ST_SIZE = 0
74 os.stat('/baz/0.zip').AndReturn([test_file_size])
75 mox.Replay(os.stat)
238 self.my_mox.StubOutWithMock(os, 'stat')
239 os.stat(''.join([os.getcwd(), '/0.zip'])).AndReturn([49302])
240 self.my_mox.StubOutWithMock(stat, 'ST_SIZE'
    [all...]
  /external/bluetooth/bluez/audio/
Android.mk 28 -D__S_IFREG=0100000 # missing from bionic stat.h
  /external/e2fsprogs/lib/ext2fs/
alloc_sb.c 21 #include <sys/stat.h>
check_desc.c 20 #include <sys/stat.h>

Completed in 146 milliseconds

1 2 3 4 5 67 8 91011>>