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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/asm-arm64/asm/
stat.h 19 #include <asm-generic/stat.h>
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
stat.h 19 #include <asm-generic/stat.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
stat.h 16 #include <asm-generic/stat.h>
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm/
stat.h 19 #include <asm-generic/stat.h>
  /cts/tests/tests/os/src/android/os/cts/
StatFsTest.java 27 StatFs stat = new StatFs(path.getPath()); local
29 assertTrue(stat.getBlockSize() > 0);
30 assertTrue(stat.getBlockCount() > 0);
31 assertTrue(stat.getFreeBlocks() >= stat.getAvailableBlocks());
32 assertTrue(stat.getAvailableBlocks() > 0);
34 assertTrue(stat.getBlockSizeLong() > 0);
35 assertTrue(stat.getBlockCountLong() > 0);
36 assertTrue(stat.getFreeBlocksLong() >= stat.getAvailableBlocksLong())
    [all...]
  /system/core/toolbox/
exists.c 2 #include <sys/stat.h>
7 struct stat s;
11 if(stat(argv[1], &s)) {
  /bionic/libc/bionic/
stat.cpp 30 #include <sys/stat.h>
34 int stat(const char* path, struct stat* sb) { function
37 __strong_alias(stat64, stat);
  /ndk/sources/host-tools/sed-4.2.1/lib/
acl.h 21 #include <sys/stat.h>
23 int file_has_acl (char const *, struct stat const *);
lstat.c 25 #include <sys/stat.h>
29 orig_lstat (const char *filename, struct stat *buf)
35 #include <sys/stat.h>
49 then use stat() to get more info on the referent of FILE.
51 and return -1. Otherwise, return stat's result. */
54 rpl_lstat (const char *file, struct stat *sbuf)
67 Call stat() to get info about the link's referent. */
69 /* If stat fails, then we do the same. */
70 if (stat (file, sbuf) != 0)
77 /* Here, we know stat succeeded and FILE references a non-directory
    [all...]
  /ndk/tests/device/stat/jni/
Android.mk 4 LOCAL_MODULE := stat
5 LOCAL_SRC_FILES := stat.c
  /external/lzma/CPP/Windows/
System.cpp 49 MY_MEMORYSTATUSEX stat; local
50 stat.dwLength = sizeof(stat);
53 if (!::GlobalMemoryStatusEx(&stat))
55 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
60 if (globalMemoryStatusEx != 0 && globalMemoryStatusEx(&stat))
61 return MyMin(stat.ullTotalVirtual, stat.ullTotalPhys);
64 MEMORYSTATUS stat;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
lstat.c 15 int __lxstat(int ver, const char* pathname, struct stat* buf) {
  /external/clang/test/CodeGenCXX/
debug-info-global-ctor-dtor.cpp 16 static A stat; local
  /external/clang/test/Index/
print-bitwidth.c 13 union S stat; member in struct:X
25 // CHECK-NOT: stat
  /bionic/libc/upstream-openbsd/lib/libc/gen/
ftok.c 30 #include <sys/stat.h>
36 struct stat st;
38 if (stat(path, &st) < 0)
  /external/chromium_org/native_client_sdk/src/libraries/xray/
demangle.c 19 int stat; local
20 __cxa_demangle(symbol, demangle, &size, &stat);
21 if (stat == 0)
  /external/chromium_org/tools/gyp/test/copies/
gyptest-attribs.py 14 import stat namespace
21 in_stat = os.stat(os.path.join('src', path))
22 out_stat = os.stat(out_path)
23 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
39 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
  /external/bison/lib/
fstat.c 17 /* If the user's config.h happens to include <sys/stat.h>, let it include only
18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
25 #include <sys/stat.h>
27 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
28 # define stat _stati64 macro
35 orig_fstat (int fd, struct stat *buf)
41 /* Write "sys/stat.h" here, not <sys/stat.h>, otherwise OSF/1 5.1 DTK cc
42 eliminates this include because of the preliminary #include <sys/stat.h>
44 #include "sys/stat.h
    [all...]
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 20 /* Note: The Portable Header will define stat to stat_portable */
21 int WRAP(stat)(const char *path, struct stat_portable *s) function
23 struct stat x86_stat;
24 int ret = REAL(stat)(path, &x86_stat);
31 struct stat x86_stat;
39 struct stat x86_stat;
47 struct stat x86_stat;
  /external/harfbuzz_ng/src/
check-libstdc++.sh 7 stat=0
24 stat=1
34 exit $stat
check-symbols.sh 7 stat=0
27 stat=1
37 exit $stat
  /bionic/libc/include/
ftw.h 29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
  /development/ndk/platforms/android-L/include/
ftw.h 29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
ftw.h 29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
ftw.h 29 #include <sys/stat.h>
39 #define FTW_NS 4 /* Unknown type; stat() failed. */
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>