Lines Matching defs:archive

34 #include "gp-archive.h"
91 "Usage: gprofng archive [OPTION(S)] EXPERIMENT\n"));
113 " -n archive the named experiment only, not any of its descendants.\n"
118 " -F force writing or rewriting of the archive; ignored with the -n\n"
121 " -d <path> specifies the location of a common archive; this is a directory that\n"
124 " -m <regex> archive only those source, object, and debug info files whose full\n"
131 "tool can be used to afterwards archive the information, but it has to run on the same \n"
194 * Clean old archive
197 * 2. "-n" option is passed (do not archive descendants)
208 { // do not archive descendants
209 fprintf (stderr, GTXT ("Warning: Option -F is ignored because -n option is specified (do not archive descendants)\n"));
247 fprintf (stderr, GTXT ("INFO: removing existing archive: %s\n"), arch);
281 fprintf (stderr, GTXT ("gp-archive: %s: %s\n"), argv[last],
297 fprintf (stderr, GTXT ("Unable to create directory for common archive `%s'\n"), common_archive_dir);
318 fprintf (stderr, GTXT ("gp-archive: %s: %s\n"), exp_path,
365 fprintf (stderr, GTXT ("gp-archive: '%s' has an unexpected checksum value; perhaps it was rebuilt. File ignored\n"),
483 fprintf (stderr, GTXT ("gp-archive: Cannot find file: `%s'\n"), df->get_name ());
487 " you can help gp-archive to find them by manually editing"
489 " See the gp-archive man page for more details.\n"));
522 case 'd': // Common archive directory (absolute path)
540 case 'r': // Common archive directory (relative path)
592 fprintf (stderr, GTXT ("gp-archive: Can't open %s: %s\n"),
599 fprintf (stderr, GTXT ("gp-archive: Can't divert stderr: %s\n"),
606 fprintf (stderr, GTXT ("gp-archive: Can't divert stdout: %s\n"),
684 er_archive *archive = new er_archive (argc, argv);
686 archive->start (argc, argv);