Home
last modified time | relevance | path

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

/third_party/toybox/toys/lsb/
H A Dumount.c55 struct mtab_list *mt = dlist_terminate(xgetmountlist("/etc/fstab")); in do_umount()
122 mlrev = dlist_terminate(mlsave = xgetmountlist(pm)); in umount_main()
H A Dmount.c327 mm = dlist_terminate(mtl = mtl2 = xgetmountlist(0)); in mount_main()
334 if (!remount) dlist_terminate(mtl = xgetmountlist("/etc/fstab")); in mount_main()
390 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) { in mount_main()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c314 mm = dlist_terminate(mtl = mtl2 = xgetmountlist(0)); in mount_main()
321 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) { in mount_main()
H A Dumount.c91 mlrev = dlist_terminate(mlsave = xgetmountlist(pm)); in umount_main()
/third_party/toybox/lib/
H A Dportability.c56 struct mtab_list *xgetmountlist(char *path) in xgetmountlist() function
62 if (path) error_exit("xgetmountlist"); in xgetmountlist()
149 struct mtab_list *xgetmountlist(char *path) in xgetmountlist() function
H A Dlib.h403 struct mtab_list *xgetmountlist(char *path);
/third_party/toybox/toys/other/
H A Dstat.c107 struct mtab_list *mt = xgetmountlist(0); in print_stat()
/third_party/toybox/toys/posix/
H A Ddf.c183 if (!(mtstart = xgetmountlist(0))) return; in df_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h394 struct mtab_list *xgetmountlist(char *path);

Completed in 5 milliseconds