Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_vendor_overlay.cpp75 const auto target_context = fs_mgr_get_context(vendor_mount_point); in fs_mgr_vendor_overlay_mount()
81 const auto source_context = fs_mgr_get_context(source_directory); in fs_mgr_vendor_overlay_mount()
H A Dfs_mgr_priv.h103 std::string fs_mgr_get_context(const std::string& mount_point);
H A Dfs_mgr_overlayfs.cpp436 auto new_context = fs_mgr_get_context(mount_point); in fs_mgr_overlayfs_setup_one()
754 auto new_context = fs_mgr_get_context(entry.mount_point); in fs_mgr_overlayfs_mount()
H A Dfs_mgr.cpp2384 std::string fs_mgr_get_context(const std::string& mount_point) { in fs_mgr_get_context() function