HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 226 - 250 of 2527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_http.h 27 virtual Error GetStat(struct stat* stat);
46 Error GetStat_Locked(struct stat* stat);
  /external/chromium_org/third_party/libevent/test/
test-init.c 14 #include <sys/stat.h>
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_verify_key.c 23 @param stat [out] Result of test, 1==valid, 0==invalid
26 int dsa_verify_key(dsa_key *key, int *stat)
32 LTC_ARGCHK(stat != NULL);
35 *stat = 0;
91 *stat = 1;
  /external/openssh/
auth2-none.c 29 #include <sys/stat.h>
  /external/openssh/openbsd-compat/
daemon.c 40 # include <sys/stat.h>
  /frameworks/av/media/mtp/
MtpDeviceInfo.h 20 struct stat;
  /bootable/recovery/
adb_install.cpp 24 #include <sys/stat.h>
100 struct stat st;
101 if (stat(ADB_SIDELOAD_FILENAME, &st) != 0) {
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 9 import stat namespace
35 statinfo = os.stat(abs_src)
39 if not stat.S_ISDIR(statinfo.st_mode):
  /external/chromium_org/chrome_frame/
plugin_url_request.cc 55 STATSTG stat; local
56 upload_stream->Stat(&stat, STATFLAG_NONAME);
57 post_data_len_ = stat.cbSize.QuadPart;
  /external/chromium_org/sandbox/linux/services/
thread_helpers.cc 10 #include <sys/stat.h>
26 struct stat task_stat;
58 struct stat task_stat;
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
gbmint.h 32 #include <sys/stat.h>
58 struct stat stat; member in struct:gbm_device
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
probslet.h 160 #include <stat.h>
162 #include <sys/stat.h>
165 NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);
  /external/chromium_org/third_party/opus/src/
depcomp 136 stat=$?
137 if test $stat -eq 0; then :
140 exit $stat
159 stat=$?
160 if test $stat -eq 0; then :
163 exit $stat
202 stat=$?
203 if test $stat -eq 0; then :
206 exit $stat
264 stat=$
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_posix.cpp 14 #include <sys/stat.h>
27 struct stat status;
48 struct stat status;
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_decrypt_verify_memory.c 31 @param stat [out] The result of the tag comparison (1==valid, 0==invalid)
40 int *stat)
50 LTC_ARGCHK(stat != NULL);
71 err = ocb_done_decrypt(ocb, ct, ctlen, pt, tag, taglen, stat);
  /external/e2fsprogs/lib/e2p/
fgetflags.c 29 #include <sys/stat.h>
45 struct stat buf;
48 if (stat (name, &buf) == -1)
  /external/e2fsprogs/misc/
mklost+found.c 23 #include <sys/stat.h>
35 struct stat st;
70 if (stat (LPF, &st) == -1) {
71 perror ("stat");
  /external/libcap-ng/libcap-ng-0.7/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]
  /external/libmtp/examples/
sendfile.c 29 #include <sys/stat.h>
54 struct stat sb;
59 if ( stat(from_path, &sb) == -1 ) {
61 perror("stat");
  /external/mesa3d/src/gbm/main/
gbmint.h 32 #include <sys/stat.h>
58 struct stat stat; member in struct:gbm_device
  /external/openfst/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]
  /external/pixman/
depcomp 124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat=$
    [all...]
  /external/skia/src/ports/
SkOSFile_posix.cpp 14 #include <sys/stat.h>
27 struct stat status;
48 struct stat status;
  /system/core/toolbox/
mkdir.c 6 #include <sys/stat.h>
38 struct stat st;
59 if(stat(currpath, &st) != 0) {
mv.c 5 #include <sys/stat.h>
12 struct stat st;
22 if (stat(dest, &st)) {

Completed in 1044 milliseconds

1 2 3 4 5 6 7 8 91011>>