Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Dfs.c132 long fpathconf(int fd, int name) in fpathconf() function
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h130 int32_t (*fpathconf) (vfs_file_t *fp, int name); member
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h135 long (*fpathconf)(file_t *fp, int name); member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h135 long (*fpathconf)(file_t *fp, int name); member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h135 long (*fpathconf)(file_t *fp, int name); member
/AliOS-Things-master/components/ramfs/src/
A Dramfs_vfs.c400 .fpathconf = &ramfs_vfs_fpathconf,
/AliOS-Things-master/components/vfs/
A Dvfs.c1910 if ((node->ops.i_fops->fpathconf) != NULL) { in vfs_fpathconf()
1911 ret = (node->ops.i_fops->fpathconf)(file, name); in vfs_fpathconf()

Completed in 12 milliseconds