Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp76 std::string resize_path; in ResizeImage() local
78 resize_path = HostBinaryPath("resize.f2fs"); in ResizeImage()
80 resize_path = "/sbin/resize2fs"; in ResizeImage()
82 if (resize_path != "") { in ResizeImage()
83 CF_EXPECT_EQ(Execute({resize_path, data_image}), 0, in ResizeImage()
84 "`" << resize_path << " " << data_image << "` failed"); in ResizeImage()