Searched defs:st_blocks (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DStructStat.java81 public final long st_blocks; /*blkcnt_t*/ field in class:StructStat
88 long st_blksize, long st_blocks) {
91 new StructTimespec(st_ctime, 0L), st_blksize, st_blocks);
99 StructTimespec st_ctim, long st_blksize, long st_blocks) {
115 this.st_blocks = st_blocks;
86 StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, long st_rdev, long st_size, long st_atime, long st_mtime, long st_ctime, long st_blksize, long st_blocks) argument
97 StructStat(long st_dev, long st_ino, int st_mode, long st_nlink, int st_uid, int st_gid, long st_rdev, long st_size, StructTimespec st_atim, StructTimespec st_mtim, StructTimespec st_ctim, long st_blksize, long st_blocks) argument

Completed in 98 milliseconds