Searched refs:mount_dir (Results 1 – 3 of 3) sorted by relevance
71 const auto [overlay_top, mount_dir] = mount_point; in fs_mgr_vendor_overlay_mount()72 const auto vendor_mount_point = kVendorTopDir + mount_dir; in fs_mgr_vendor_overlay_mount()80 const auto source_directory = overlay_top + "/" + mount_dir; in fs_mgr_vendor_overlay_mount()
47 std::string mount_dir(mentry->mnt_dir); in GetMounts() local49 std::string dir = "/" + android::base::Split(mount_dir, "/")[1]; in GetMounts()
253 std::string mount_dir(mentry->mnt_dir); in FindPartitionsToUmount() local256 if (mount_dir != "/" && mount_dir != "/system" && mount_dir != "/vendor" && in FindPartitionsToUmount()257 mount_dir != "/oem") { in FindPartitionsToUmount()