Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp72 const auto [overlay_top, mount_dir] = mount_point; in fs_mgr_vendor_overlay_mount()
73 const auto vendor_mount_point = kVendorTopDir + mount_dir; in fs_mgr_vendor_overlay_mount()
81 const auto source_directory = overlay_top + "/" + mount_dir; in fs_mgr_vendor_overlay_mount()
/system/core/init/
Dreboot.cpp186 std::string mount_dir(mentry->mnt_dir); in FindPartitionsToUmount() local
189 if (mount_dir != "/" && mount_dir != "/system" && mount_dir != "/vendor" && in FindPartitionsToUmount()
190 mount_dir != "/oem") { in FindPartitionsToUmount()