Home
last modified time | relevance | path

Searched defs:mount_point (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp145 bool fs_mgr_filesystem_has_space(const std::string& mount_point) { in fs_mgr_filesystem_has_space()
196 bool fs_mgr_has_shared_blocks(const std::string& mount_point, const std::string& dev) { in fs_mgr_has_shared_blocks()
308 std::string fs_mgr_get_overlayfs_candidate(const std::string& mount_point) { in fs_mgr_get_overlayfs_candidate()
334 const std::string fs_mgr_mount_point(const std::string& mount_point) { in fs_mgr_mount_point()
341 const auto mount_point = fs_mgr_mount_point(entry.mount_point); in fs_mgr_get_overlayfs_options() local
647 std::string mount_point; member
719 const auto mount_point = fs_mgr_mount_point(entry.mount_point); in fs_mgr_overlayfs_mount() local
726 std::string mount_point; in fs_mgr_overlayfs_mount() member
1347 auto mount_point = fs_mgr_mount_point(entry.mount_point); in fs_mgr_overlayfs_mount_all() local
1526 static OverlayfsTeardownResult TeardownMountsAndScratch(const char* mount_point, in TeardownMountsAndScratch()
[all …]
H A Dfs_mgr_roots.cpp69 static MountState GetMountState(const std::string& mount_point) { in GetMountState()
108 const std::string mount_point = mount_pt.empty() ? rec->mount_point : mount_pt; in TryPathMount() local
142 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point) { in EnsurePathMounted()
H A Dfs_mgr_remount.cpp91 auto mount_point = system_mount_point(entry); in GetWrappedEntry() local
213 const auto mount_point = system_mount_point(*iter); in FindPartition() local
289 const auto& mount_point = entry.mount_point; in CheckOverlayfs() local
355 auto mount_point = entry.mount_point; in RemountPartition() local
H A Dfs_mgr_vendor_overlay.cpp70 bool fs_mgr_vendor_overlay_mount(const std::pair<std::string, std::string>& mount_point) { in fs_mgr_vendor_overlay_mount()
H A Dfs_mgr.cpp171 static bool umount_retry(const std::string& mount_point) { in umount_retry()
736 auto& mount_point = alt_mount_point.empty() ? entry.mount_point : alt_mount_point; in prepare_fs_for_mount() local
1378 static bool IsMountPointMounted(const std::string& mount_point) { in IsMountPointMounted()
1854 auto& mount_point = alt_mount_point.empty() ? entry.mount_point : alt_mount_point; in fs_mgr_do_mount_one() local
1880 std::string mount_point; in fs_mgr_do_mount_helper() local
2178 std::string mount_point = GetVerityDeviceName(entry); in fs_mgr_is_verity_enabled() local
2263 bool fs_mgr_create_canonical_mount_point(const std::string& mount_point) { in fs_mgr_create_canonical_mount_point()
2384 std::string fs_mgr_get_context(const std::string& mount_point) { in fs_mgr_get_context()
H A Dfs_mgr_fstab.cpp399 std::string mount_point; in ReadFstabFromDt() local
626 std::string mount_point = "/" + lp_name; in TransformFstabForDsu() local
/aosp14/system/core/init/
H A Dmount_namespace.cpp47 static bool BindMount(const std::string& source, const std::string& mount_point) { in BindMount()
55 static bool ChangeMount(const std::string& mount_point, unsigned long mountflags) { in ChangeMount()
H A Dmount_handler.h37 const std::string mount_point; member
H A Dmount_handler.cpp155 MountHandlerEntry::MountHandlerEntry(const std::string& blk_device, const std::string& mount_point, in MountHandlerEntry()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_ops.cpp113 std::string mount_point(partition_name); in DeriveMountPoint() local
152 const auto mount_point = DeriveMountPoint(partition_name); in GetLogicalPath() local
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h36 std::string mount_point; member
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp436 std::pair<uint64_t, uint64_t> GetBigFileLimit(const std::string& mount_point) { in GetBigFileLimit()