Searched refs:ensure_path_mounted_at (Results 1 – 4 of 4) sorted by relevance
36 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point);
124 bool mounted = ensure_path_mounted_at(system_root, "/mnt/system") != -1; in do_fsck_unshare_blocks()
592 if (ensure_path_mounted_at(get_system_root(), "/mnt/system") != -1) { in prompt_and_wait()
78 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point) { in ensure_path_mounted_at() function