Home
last modified time | relevance | path

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

/third_party/toybox/toys/lsb/
Dmount.c167 static void mount_filesystem(char *dev, char *dir, char *type, in mount_filesystem() function
373 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts); in mount_main()
404 mount_filesystem(dev, dir, TT.type, flags, more); in mount_main()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c163 static void mount_filesystem(char *dev, char *dir, char *type, in mount_filesystem() function
336 if (dir) mount_filesystem(dev, dir, TT.type, flags, more); in mount_main()