HomeSort by relevance Sort by last modified time
    Searched full:mips_stat (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
stat.c 25 struct stat mips_stat; local
32 ret = REAL(stat)(path, &mips_stat);
33 stat_ntop(&mips_stat, s);
39 struct stat mips_stat; local
46 ret = REAL(fstat)(fd, &mips_stat);
47 stat_ntop(&mips_stat, s);
53 struct stat mips_stat; local
60 ret = REAL(lstat)(path, &mips_stat);
61 stat_ntop(&mips_stat, s);
67 struct stat mips_stat; local
    [all...]
statfs.c 40 struct statfs mips_stat; local
47 ret = REAL(statfs)(path, &mips_stat);
48 statfs_ntop(&mips_stat, stat);
54 struct statfs mips_stat; local
61 ret = REAL(fstatfs)(fd, &mips_stat);
62 statfs_ntop(&mips_stat, stat);

Completed in 29 milliseconds