HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 1 - 25 of 861) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libebl/
i386_corenote.c 88 struct elf_prstatus *stat = (struct elf_prstatus *) desc; local
101 stat->pr_info. si_signo,
102 stat->pr_info. si_code,
103 stat->pr_info. si_errno,
104 stat->pr_cursig,
105 stat->pr_sigpend, stat->pr_sighold,
106 stat->pr_pid, stat->pr_ppid, stat->pr_pgrp, stat->pr_sid
    [all...]
  /system/core/toolbox/
exists.c 2 #include <sys/stat.h>
7 struct stat s;
11 if(stat(argv[1], &s)) {
  /bionic/libc/unistd/
statfs.c 32 int statfs(const char* path, struct statfs* stat)
34 return __statfs64(path, sizeof(struct statfs), stat);
ftok.c 30 #include <sys/stat.h>
34 struct stat st;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
regress-58946.js 32 var stat = 'Testing a return statement inside a catch statement inside a function'; variable
41 printStatus (stat);
  /frameworks/base/core/jni/
android_os_StatFs.cpp 45 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
46 return stat->f_bsize;
52 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
53 return stat->f_blocks;
59 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
60 return stat->f_bfree;
66 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
67 return stat->f_bavail;
79 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
80 if (stat == NULL)
111 struct statfs* stat = new struct statfs; local
123 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); local
    [all...]
  /bootable/recovery/
test_roots.c 17 #include <sys/stat.h>
27 struct stat st;
29 ret = stat(path, &st);
58 struct stat st1, st2;
63 ret = stat(CANARY_FILE, &st1);
65 ret = stat(path, &st2);
  /bionic/libc/arch-arm/syscalls/
stat.S 5 .type stat, #function
6 .globl stat
10 stat: label
  /dalvik/vm/arch/generic/
Hints.c 26 #include <sys/stat.h>
  /external/oprofile/libdb/
db_stat.c 74 void odb_hash_display_stat(odb_hash_stat_t const * stat)
76 printf("total node number: %d\n", stat->node_nr);
77 printf("total used node: %d\n", stat->used_node_nr);
78 printf("total count: %llu\n", stat->total_count);
79 printf("hash table size: %d\n", stat->hash_table_size);
80 printf("greater list length: %d\n", stat->max_list_length);
81 printf("average non empty list length: %2.4f\n", stat->average_list_length);
85 void odb_hash_free_stat(odb_hash_stat_t * stat)
87 free(stat);
  /bionic/libc/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /bionic/libc/stdio/
remove.c 37 #include <sys/stat.h>
42 struct stat st;
  /development/host/windows/usb/legacy/driver/
android_usb_inl.h 66 NTSTATUS stat = WdfRequestRetrieveOutputMemory(request, &wdf_mem); local
67 ASSERT((NULL != wdf_mem) || (!NT_SUCCESS(stat)));
69 *status = stat;
70 return NT_SUCCESS(stat) ? GetAddress(wdf_mem) : NULL;
81 NTSTATUS stat = WdfRequestRetrieveInputMemory(request, &wdf_mem); local
82 ASSERT((NULL != wdf_mem) || (!NT_SUCCESS(stat)));
84 *status = stat;
85 return NT_SUCCESS(stat) ? GetAddress(wdf_mem) : NULL;
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
44 struct stat { struct
85 extern int stat(const char *, struct stat *);
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /cts/tests/tests/os/src/android/os/cts/
StatFsTest.java 64 StatFs stat = new StatFs(path.getPath()); local
65 int blockSize = stat.getBlockSize();
66 int totalBlocks = stat.getBlockCount();
67 int freeBlocks = stat.getFreeBlocks();
68 int availableBlocks = stat.getAvailableBlocks();
76 stat.restat(path.getPath());
77 blockSize = stat.getBlockSize();
78 totalBlocks = stat.getBlockCount();
79 freeBlocks = stat.getFreeBlocks();
80 availableBlocks = stat.getAvailableBlocks()
    [all...]
  /external/elfutils/config/
depcomp 70 stat=$?
71 if test $stat -eq 0; then :
74 exit $stat
93 stat=$?
94 if test $stat -eq 0; then :
97 exit $stat
135 stat=$?
136 if test $stat -eq 0; then :
139 exit $stat
187 stat=$
    [all...]
  /bionic/libc/arch-sh/syscalls/
stat.S 5 .type stat, @function
6 .globl stat
9 stat: label
  /bionic/libc/arch-x86/syscalls/
stat.S 5 .type stat, @function
6 .globl stat
9 stat: label
  /external/e2fsprogs/tests/progs/
hold_inode.c 17 #include <sys/stat.h>
23 struct stat statbuf;
31 if (stat(filename, &statbuf) < 0) {
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c 28 @param stat [out] The result of the tag comparison
34 const unsigned char *tag, unsigned long taglen, int *stat)
44 LTC_ARGCHK(stat != NULL);
47 *stat = 0;
61 *stat = 1;

Completed in 921 milliseconds

1 2 3 4 5 6 7 8 91011>>