Searched refs:fs_mgr_do_mount_one (Results 1 – 7 of 7) sorted by relevance
120 int result = fs_mgr_do_mount_one(*rec, mount_point); in EnsurePathMounted()128 result = fs_mgr_do_mount_one(*rec, mount_point); in EnsurePathMounted()
819 mounted = fs_mgr_do_mount_one(entry) == 0; in fs_mgr_overlayfs_mount_scratch()831 if (mounted) mounted = fs_mgr_do_mount_one(entry) == 0; in fs_mgr_overlayfs_mount_scratch()835 mounted = fs_mgr_do_mount_one(entry) == 0; in fs_mgr_overlayfs_mount_scratch()838 mounted = fs_mgr_do_mount_one(entry) == 0; in fs_mgr_overlayfs_mount_scratch()
1785 int fs_mgr_do_mount_one(const FstabEntry& entry, const std::string& mount_point) { in fs_mgr_do_mount_one() function
73 int fs_mgr_do_mount_one(const android::fs_mgr::FstabEntry& entry,
381 bool mounted = (fs_mgr_do_mount_one(*begin) == 0); in MountPartition()390 mounted = (fs_mgr_do_mount_one(*current) == 0); in MountPartition()
666 if (fs_mgr_do_mount_one(entry)) { in MountMissingSystemPartitions()
495 CHECK(0 == fs_mgr_do_mount_one(entry)); in CheckMountFormatData()