Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc267 std::string out_file_name = partition.image_file_path + ".desparse"; in DeAndroidSparse() local
268 auto out_file = cvd::SharedFD::Open(out_file_name.c_str(), O_RDWR | O_CREAT | O_TRUNC, in DeAndroidSparse()
277 if (rename(out_file_name.c_str(), partition.image_file_path.c_str()) < 0) { in DeAndroidSparse()
279 LOG(FATAL) << "Could not move \"" << out_file_name << "\" to \"" in DeAndroidSparse()