Searched refs:resize_path (Results 1 – 1 of 1) sorted by relevance
83 std::string resize_path; in ResizeImage() local85 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()