Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp756 static int __mount(const std::string& source, const std::string& target, const FstabEntry& entry) { in __mount() function
863 if (!__mount(fstab[i].blk_device, fstab[i].mount_point, fstab[i])) { in mount_with_alternatives()
1795 __mount(entry.blk_device, mount_point.empty() ? entry.mount_point : mount_point, entry); in fs_mgr_do_mount_one()
1896 if (!__mount(n_blk_device, mount_point, fstab_entry)) { in fs_mgr_do_mount_helper()