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.cpp24 auto fsck_path = cuttlefish::DefaultHostArtifactsPath("bin/fsck.f2fs"); in ForceFsckImage() local
25 int fsck_status = cuttlefish::execute({fsck_path, "-y", "-f", data_image}); in ForceFsckImage()