Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp736 const std::string& alt_mount_point = "") { in prepare_fs_for_mount() argument
737 auto& mount_point = alt_mount_point.empty() ? entry.mount_point : alt_mount_point; in prepare_fs_for_mount()
1901 int fs_mgr_do_mount_one(const FstabEntry& entry, const std::string& alt_mount_point) { in fs_mgr_do_mount_one() argument
1907 auto& mount_point = alt_mount_point.empty() ? entry.mount_point : alt_mount_point; in fs_mgr_do_mount_one()