Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/fs/
Dfuse_fs_access.c531 static void fuse_fs_access_options(void) in fuse_fs_access_options() function
533 static struct args_struct_t fuse_fs_access_options[] = { in fuse_fs_access_options() local
546 native_add_command_line_opts(fuse_fs_access_options); in fuse_fs_access_options()
549 NATIVE_TASK(fuse_fs_access_options, PRE_BOOT_1, 1);