HomeSort by relevance Sort by last modified time
    Searched refs: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 41 struct statfs mips_stat; local
48 ret = REAL(statfs)(path, &mips_stat);
49 statfs_ntop(&mips_stat, stat);
55 struct statfs mips_stat; local
62 ret = REAL(fstatfs)(fd, &mips_stat);
63 statfs_ntop(&mips_stat, stat);

Completed in 2301 milliseconds