Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc71 std::string tmp_raw_image_path = image_path + ".raw"; in ForceRawImage() local
74 Execute({HostBinaryPath("simg2img"), image_path, tmp_raw_image_path}); in ForceRawImage()
84 CF_EXPECTF(rename(tmp_raw_image_path.c_str(), image_path.c_str()) == 0, in ForceRawImage()
85 "rename('{}','{}') failed: {}", tmp_raw_image_path, image_path, in ForceRawImage()