Searched refs:dest_file (Results 1 – 1 of 1) sorted by relevance
1185 std::string dest_file = argv[1]; in bugreport() local1188 dest_file += ".zip"; in bugreport()1201 status = do_sync_pull(srcs, dest_file.c_str(), true, dest_file.c_str()) ? 0 : 1; in bugreport()1203 fprintf(stderr, "Could not copy file '%s' to '%s'\n", zip_file, dest_file.c_str()); in bugreport()