HomeSort by relevance Sort by last modified time
    Searched refs:fs_mgr_mount_all (Results 1 - 4 of 4) sorted by null

  /system/core/fs_mgr/include/
fs_mgr.h 20 int fs_mgr_mount_all(char *fstab_file);
  /system/core/fs_mgr/
fs_mgr_main.c 96 return fs_mgr_mount_all(fstab);
fs_mgr.c 440 int fs_mgr_mount_all(char *fstab_file) function
  /system/core/init/
builtins.c 460 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
475 /* child, call fs_mgr_mount_all() */
476 klog_set_level(6); /* So we can see what fs_mgr_mount_all() does */
477 child_ret = fs_mgr_mount_all(args[1]);
479 ERROR("fs_mgr_mount_all returned an error\n");

Completed in 278 milliseconds