Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp47 std::string fsck_path; in ForceFsckImage() local
49 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()