Home | History | Annotate | Download | only in src

Lines Matching refs:progname

355                                   const char* progname) {
358 r += progname;
373 const char* progname = ProgramInvocationShortName();
378 AppendPrognameStrings(&substrings, progname);
383 ShowUsageWithFlagsMatching(progname, substrings);
388 ShowUsageWithFlagsRestrict(progname, ""); // empty restrict
393 ShowUsageWithFlagsRestrict(progname, restrict.c_str());
397 ShowUsageWithFlagsRestrict(progname, FLAGS_helpmatch.c_str());
402 // don't want to resort to looking at dirname(progname), because
403 // the user can pick progname, and it may not relate to the file
405 // filename like "/progname.cc", and take the dirname of that.
416 ShowUsageWithFlagsRestrict(progname, package.c_str());
419 LOG(WARNING) << "Multiple packages contain a file=" << progname;
425 LOG(WARNING) << "Unable to find a package for file=" << progname;
430 ShowXMLOfFlags(progname);