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.cc333 std::string out_file_name = partition.image_file_path + ".desparse"; in DeAndroidSparse() local
334 auto write_fd = open(out_file_name.c_str(), O_RDWR | O_CREAT | O_TRUNC, in DeAndroidSparse()
337 PLOG(FATAL) << "Could not open " << out_file_name; in DeAndroidSparse()
346 if (rename(out_file_name.c_str(), partition.image_file_path.c_str()) < 0) { in DeAndroidSparse()
348 LOG(FATAL) << "Could not move \"" << out_file_name << "\" to \"" in DeAndroidSparse()