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

  /external/yaffs2/yaffs2/direct/
yaffsfs.h 159 struct yaffs_stat{ struct
185 int yaffs_stat(const char *path, struct yaffs_stat *buf) ;
186 int yaffs_lstat(const char *path, struct yaffs_stat *buf) ;
187 int yaffs_fstat(int fd, struct yaffs_stat *buf) ;
yaffsfs.c 821 static int yaffsfs_DoStat(yaffs_Object *obj,struct yaffs_stat *buf)
864 static int yaffsfs_DoStatOrLStat(const char *path, struct yaffs_stat *buf,int doLStat)
894 int yaffs_stat(const char *path, struct yaffs_stat *buf) function
899 int yaffs_lstat(const char *path, struct yaffs_stat *buf)
904 int yaffs_fstat(int fd, struct yaffs_stat *buf)
dtest.c 487 struct yaffs_stat s;
502 yaffs_stat(str,&s);
534 struct yaffs_stat s;
625 struct yaffs_stat ystat;
712 r = yaffs_stat("/boot/file with a long name",&ystat);
799 yaffs_stat("/boot/yyfile",&ystat);
869 struct yaffs_stat s;
884 struct yaffs_stat ystat;
1369 struct yaffs_stat s;
    [all...]

Completed in 180 milliseconds