Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp71 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()
/system/memory/libmeminfo/libelf64/tests/page_size_16kb/
Delf_alignment_test.cpp47 std::string mount_dir(mentry->mnt_dir); in GetMounts() local
49 std::string dir = "/" + android::base::Split(mount_dir, "/")[1]; in GetMounts()
/system/core/init/
Dreboot.cpp253 std::string mount_dir(mentry->mnt_dir); in FindPartitionsToUmount() local
256 if (mount_dir != "/" && mount_dir != "/system" && mount_dir != "/vendor" && in FindPartitionsToUmount()
257 mount_dir != "/oem") { in FindPartitionsToUmount()