Searched refs:stat (Results 1 - 25 of 42) sorted by relevance

12

/development/ndk/platforms/android-L/arch-arm64/include/asm/
H A Dstat.h19 #include <asm-generic/stat.h>
/development/ndk/sources/android/libportable/arch-x86/
H A Dstat.c20 /* 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;
/development/ndk/platforms/android-L/include/
H A Dftw.h29 #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-3/header-patches/include/sys/
H A Dstat.h34 #include <linux/stat.h>
44 struct stat { struct
87 extern int stat(const char *, struct stat *);
88 extern int fstat(int, struct stat *);
89 extern int lstat(const char *, struct stat *);
93 #define stat64 stat
102 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/platforms/android-3/include/sys/
H A Dstat.h34 #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);
/development/ndk/sources/android/libportable/arch-mips64/
H A Dstat.c19 #include <sys/stat.h>
23 struct stat mips64_stat;
34 struct stat mips64_stat;
46 struct stat mips64_stat;
56 int WRAP(stat)(const char* path, struct stat_portable* s) { function
57 struct stat mips64_stat;
58 int ret = REAL(stat)(path, &mips64_stat);
63 return WRAP(stat)(path, (struct stat_portable*)s);
/development/ndk/sources/android/libportable/arch-x86_64/
H A Dstat.c19 #include <sys/stat.h>
23 struct stat x86_64_stat;
34 struct stat x86_64_stat;
46 struct stat x86_64_stat;
56 int WRAP(stat)(const char* path, struct stat_portable* s) { function
57 struct stat x86_64_stat;
58 int ret = REAL(stat)(path, &x86_64_stat);
63 return WRAP(stat)(path, (struct stat_portable*)s);
/development/ndk/platforms/android-12/include/sys/
H A Dstat.h34 #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);
/development/ndk/platforms/android-19/include/sys/
H A Dstat.h34 #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);
/development/ndk/platforms/android-9/include/sys/
H A Dstat.h34 #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);
/development/ndk/sources/android/libportable/common/include/
H A Dvfs_portable.h68 int WRAP(statfs)(const char* path, struct statfs_portable* stat) { argument
72 statfs_ntop(&native_stat, stat);
77 int WRAP(statfs64)(const char* path, struct statfs64_portable* stat) { argument
78 return WRAP(statfs)(path, (struct statfs_portable*)stat);
83 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) { argument
87 statfs_ntop(&native_stat, stat);
92 int WRAP(fstatfs64)(int fd, struct statfs64_portable* stat) { argument
93 return WRAP(fstatfs)(fd, (struct statfs_portable*)stat);
H A Dstat_portable.h20 #include <sys/stat.h>
53 void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat)
76 /* It's easy to change kernel to support stat */
111 struct stat {
144 struct stat {
177 static inline void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat)
/development/ndk/sources/android/libportable/arch-mips/
H A Dstat.c22 /* Note: The Portable Header will define stat to stat_portable */
23 int WRAP(stat)(const char *path, struct stat_portable *s) function
25 struct stat mips_stat;
32 ret = REAL(stat)(path, &mips_stat);
39 struct stat mips_stat;
53 struct stat mips_stat;
67 struct stat mips_stat;
H A Dstatfs.c39 int WRAP(statfs)(const char* path, struct statfs_portable* stat) argument
44 if (invalid_pointer(stat)) {
49 statfs_ntop(&mips_stat, stat);
53 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) argument
58 if (invalid_pointer(stat)) {
63 statfs_ntop(&mips_stat, stat);
/development/ndk/platforms/android-L/include/sys/
H A Dstat.h34 #include <linux/stat.h>
130 struct stat { __STAT64_BODY }; struct
150 extern int fstat(int, struct stat*);
152 extern int fstatat(int, const char*, struct stat*, int);
154 extern int lstat(const char*, struct stat*);
156 extern int stat(const char*, struct stat*);
/development/perftests/panorama/feature_stab/db_vlvm/
H A Ddb_rob_image_homography.cpp74 inline double db_RobImageHomography_Statistics(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OUTLIER_THRESHOLD) argument
90 if(stat)
92 stat->nr_points=point_count;
93 stat->one_over_scale2=one_over_scale2;
94 stat->nr_inliers=i;
95 stat->inlier_fraction=frac;
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2);
98 stat->model_dimension=0;
99 /*stat->nr_parameters=;*/
101 stat
623 db_RobImageHomography( double H[9], double *im, double *im_p, int nr_points, double K[9], double Kp[9], double *temp_d, int *temp_i, int homography_type, db_Statistics *stat, int max_iterations, int max_points, double scale, int nr_samples, int chunk_size, int outlierremoveflagE, double *wp, double *im_r, double *im_raw, double *im_raw_p, int *finalNumE) argument
[all...]
/development/ndk/platforms/android-3/include/linux/nfsd/
H A Dxdr.h96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dstat.h22 struct stat { struct
/development/ndk/platforms/android-L/arch-arm/include/asm/
H A Dstat.h39 struct stat { struct
/development/ndk/platforms/android-L/include/asm-generic/
H A Dstat.h24 struct stat { struct
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-L/arch-mips/include/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-L/arch-mips64/include/asm/
H A Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-L/arch-x86/include/asm/
H A Dstat.h24 struct stat { struct
80 struct stat { struct
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
H A Dstat.h24 struct stat { struct
80 struct stat { struct

Completed in 767 milliseconds

12