Searched defs:aos_stat (Results 1 – 5 of 5) sorted by relevance
48 struct aos_stat { struct49 uint16_t st_mode; /**< mode of file */50 uint32_t st_size; /**< bytes of file */51 time_t st_actime; /**< time of last access */52 time_t st_modtime; /**< time of last modification */
54 int aos_stat(const char *path, struct aos_stat *st) in aos_stat() function
91 int aos_stat(const char *path, struct aos_stat *st) in aos_stat() function
Completed in 8 milliseconds