Home
last modified time | relevance | path

Searched refs:filessystemtype (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c306 char *filessystemtype = NULL; in osShellCmdMount() local
344 filessystemtype = (argc >= 4) ? (char *)argv[3] : NULL; /* 4: specify fs type, 3: fs type */ in osShellCmdMount()
349 ret = mount((const char *)NULL, fullpath, filessystemtype, mountfalgs, data); in osShellCmdMount()
351 ret = mount(argv[1], fullpath, filessystemtype, mountfalgs, data); /* 3: fs type */ in osShellCmdMount()

Completed in 2 milliseconds