Home
last modified time | relevance | path

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

/bootable/recovery/otautil/include/otautil/
Droots.h36 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point);
/bootable/recovery/
Dfsck_unshare_blocks.cpp124 bool mounted = ensure_path_mounted_at(system_root, "/mnt/system") != -1; in do_fsck_unshare_blocks()
Drecovery.cpp592 if (ensure_path_mounted_at(get_system_root(), "/mnt/system") != -1) { in prompt_and_wait()
/bootable/recovery/otautil/
Droots.cpp78 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point) { in ensure_path_mounted_at() function