Searched refs:fsck_path (Results 1 – 1 of 1) sorted by relevance
24 auto fsck_path = cuttlefish::DefaultHostArtifactsPath("bin/fsck.f2fs"); in ForceFsckImage() local25 int fsck_status = cuttlefish::execute({fsck_path, "-y", "-f", data_image}); in ForceFsckImage()