Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp494 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) in __mount() function
603 if (!__mount(fstab->recs[i].blk_device, fstab->recs[i].mount_point, in mount_with_alternatives()
1013 int ret = __mount(rec->blk_device, rec->mount_point, rec); in fs_mgr_do_mount_one()
1097 if (!__mount(n_blk_device, mount_point, &fstab->recs[i])) { in fs_mgr_do_mount()