Searched refs:out_file_name (Results 1 – 1 of 1) sorted by relevance
333 std::string out_file_name = partition.image_file_path + ".desparse"; in DeAndroidSparse() local334 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()