Searched refs:mount_dir (Results 1 – 2 of 2) sorted by relevance
72 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()
186 std::string mount_dir(mentry->mnt_dir); in FindPartitionsToUmount() local189 if (mount_dir != "/" && mount_dir != "/system" && mount_dir != "/vendor" && in FindPartitionsToUmount()190 mount_dir != "/oem") { in FindPartitionsToUmount()