Searched refs:fsck_path (Results 1 – 1 of 1) sorted by relevance
47 std::string fsck_path; in ForceFsckImage() local49 fsck_path = HostBinaryPath("fsck.f2fs"); in ForceFsckImage()51 fsck_path = "/sbin/e2fsck"; in ForceFsckImage()53 int fsck_status = Execute({fsck_path, "-y", "-f", data_image}); in ForceFsckImage()56 "`{} -y -f {}` failed with code {}", fsck_path, data_image, in ForceFsckImage()