HomeSort by relevance Sort by last modified time
    Searched defs:yaffs_stat (Results 1 - 2 of 2) 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)

Completed in 396 milliseconds