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.cpp83 std::string resize_path; in ResizeImage() local
85 resize_path = HostBinaryPath("resize.f2fs"); in ResizeImage()
87 resize_path = "/sbin/resize2fs"; in ResizeImage()
89 int resize_status = execute({resize_path, data_image}); in ResizeImage()
91 LOG(ERROR) << "`" << resize_path << " " << data_image << "` failed with code " in ResizeImage()