Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/vfs/
Dvfs.c390 int fd_within_vfs; in esp_vfs_open() local
391 CHECK_AND_CALL(fd_within_vfs, r, vfs, open, path_within_vfs, flags, mode); in esp_vfs_open()
392 if (fd_within_vfs >= 0) { in esp_vfs_open()
398 s_fd_table[i].local_fd = fd_within_vfs; in esp_vfs_open()
405 CHECK_AND_CALL(ret, r, vfs, close, fd_within_vfs); in esp_vfs_open()