Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.h23 bool ConvertToRawImage(const std::string& image_path);
Dsparse_image_utils.cc71 bool ConvertToRawImage(const std::string& image_path) { in ConvertToRawImage() function
Dimage_aggregator.cc456 if (!ConvertToRawImage(partition.image_file_path)) { in DeAndroidSparse()