Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.c219 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) in __mount() function
335 if (!__mount(fstab->recs[i].blk_device, fstab->recs[i].mount_point, &fstab->recs[i])) { in mount_with_alternatives()
704 if (__mount(n_blk_device, m, &fstab->recs[i])) { in fs_mgr_do_mount()