Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.c661 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device, in fs_mgr_do_mount() argument
685 fstab->recs[i].fs_type, n_blk_device); in fs_mgr_do_mount()
691 wait_for_file(n_blk_device, WAIT_TIMEOUT); in fs_mgr_do_mount()
695 check_fs(n_blk_device, fstab->recs[i].fs_type, in fs_mgr_do_mount()
715 if (__mount(n_blk_device, m, &fstab->recs[i])) { in fs_mgr_do_mount()
726 n_blk_device, m, strerror(first_mount_errno)); in fs_mgr_do_mount()
/system/core/fs_mgr/include/
Dfs_mgr.h88 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,