Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp79 std::string resize_path; in ResizeImage() local
81 resize_path = HostBinaryPath("resize.f2fs"); in ResizeImage()
83 resize_path = "/sbin/resize2fs"; in ResizeImage()
85 if (resize_path != "") { in ResizeImage()
86 CF_EXPECT_EQ(Execute({resize_path, data_image}), 0, in ResizeImage()
87 "`" << resize_path << " " << data_image << "` failed"); in ResizeImage()