Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_roots.cpp120 int result = fs_mgr_do_mount_one(*rec, mount_point); in EnsurePathMounted()
128 result = fs_mgr_do_mount_one(*rec, mount_point); in EnsurePathMounted()
Dfs_mgr_overlayfs.cpp819 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()
Dfs_mgr.cpp1785 int fs_mgr_do_mount_one(const FstabEntry& entry, const std::string& mount_point) { in fs_mgr_do_mount_one() function
/system/core/fs_mgr/include/
Dfs_mgr.h73 int fs_mgr_do_mount_one(const android::fs_mgr::FstabEntry& entry,
/system/core/init/
Dfirst_stage_mount.cpp381 bool mounted = (fs_mgr_do_mount_one(*begin) == 0); in MountPartition()
390 mounted = (fs_mgr_do_mount_one(*current) == 0); in MountPartition()
Dselinux.cpp666 if (fs_mgr_do_mount_one(entry)) { in MountMissingSystemPartitions()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp495 CHECK(0 == fs_mgr_do_mount_one(entry)); in CheckMountFormatData()