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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
stat.h 34 #include <linux/stat.h>
45 struct stat { struct
77 struct stat {
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /bionic/libc/include/
ftw.h 29 #include <sys/stat.h>
40 #define FTW_NS 4 /* Unknown type; stat() failed. */
58 int ftw(const char*, int (*)(const char*, const struct stat*, int), int) __INTRODUCED_IN(17);
59 int nftw(const char*, int (*)(const char*, const struct stat*, int, struct FTW*), int, int)
  /external/e2fsprogs/tests/progs/
hold_inode.c 18 #include <sys/stat.h>
24 struct stat statbuf;
32 if (stat(filename, &statbuf) < 0) {
  /external/ltp/testcases/commands/cron/
cron_dirs_check.c 4 #include <sys/stat.h>
12 struct stat statbuf;
16 if (stat(directory, &statbuf) == -1) {
  /external/strace/linux/x86_64/
asm_stat.h 5 # define stat redirect_kernel_stat macro
11 # undef stat macro
13 * This is a replacement for x32 <asm/stat.h> which
16 struct stat { struct
  /external/strace/tests/
redirect-fds.c 31 #include <sys/stat.h>
43 struct stat st_fd, st_fn;
52 if (stat(fname, &st_fn))
  /external/strace/tests-m32/
redirect-fds.c 31 #include <sys/stat.h>
43 struct stat st_fd, st_fn;
52 if (stat(fname, &st_fn))
  /external/strace/tests-mx32/
redirect-fds.c 31 #include <sys/stat.h>
43 struct stat st_fd, st_fn;
52 if (stat(fname, &st_fn))
  /system/core/libnativebridge/tests/
CodeCacheStatFail_test.cpp 20 #include <sys/stat.h>
33 struct stat st;
34 ASSERT_EQ(-1, stat(kCodeCacheStatFail, &st));
  /bionic/libc/bionic/
chmod.cpp 30 #include <sys/stat.h>
mkdir.cpp 30 #include <sys/stat.h>
  /build/make/core/combo/
HOST_linux-x86.mk 29 stat --format "%s" "$(1)" | tr -d '\n'
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
Clusterable.java 18 package org.apache.commons.math.stat.clustering;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
UnivariateStatistic.java 17 package org.apache.commons.math.stat.descriptive;
WeightedEvaluation.java 17 package org.apache.commons.math.stat.descriptive;

Completed in 453 milliseconds

1 2 3 4 5 67 8 91011>>