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

/system/core/fs_mgr/include/
H A Dfs_mgr.h52 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
/system/core/fs_mgr/
H A Dfs_mgr.c655 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, argument
677 fstab->recs[i].fs_type, n_blk_device);
683 wait_for_file(n_blk_device, WAIT_TIMEOUT);
687 check_fs(n_blk_device, fstab->recs[i].fs_type,
704 if (__mount(n_blk_device, m, fstab->recs[i].fs_type,
707 n_blk_device, m);

Completed in 51 milliseconds