Home
last modified time | relevance | path

Searched defs:aos_stat (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h48 struct aos_stat { struct
49 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 */
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h48 struct aos_stat { struct
49 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 */
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h48 struct aos_stat { struct
49 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 */
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_fs.c54 int aos_stat(const char *path, struct aos_stat *st) in aos_stat() function
/AliOS-Things-master/components/vfs/
A Dvfs_aos.c91 int aos_stat(const char *path, struct aos_stat *st) in aos_stat() function

Completed in 10 milliseconds