Home
last modified time | relevance | path

Searched refs:stat_file (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfs.c378 struct fs_dirent stat_file; in stat() local
391 rc = fs_stat(path, &stat_file); in stat()
399 switch (stat_file.type) { in stat()
410 buf->st_size = stat_file.size; in stat()
416 buf->st_blocks = (stat_file.size + stat_vfs.f_bsize - 1) / stat_vfs.f_bsize; in stat()