Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp806 auto new_mount_point = fs_mgr_mount_point(entry.mount_point); in fs_mgr_overlayfs_candidate_list() local
810 if ((it_mount_point == new_mount_point) || in fs_mgr_overlayfs_candidate_list()
811 (android::base::StartsWith(new_mount_point, it_mount_point + "/"))) { in fs_mgr_overlayfs_candidate_list()
815 if (android::base::StartsWith(it_mount_point, new_mount_point + "/")) { in fs_mgr_overlayfs_candidate_list()