Home
last modified time | relevance | path

Searched refs:ProgramInvocationShortName (Results 1 – 15 of 15) sorted by relevance

/external/gflags/src/
Dgflags_reporting.cc345 ProgramInvocationShortName(), version_string); in ShowVersion()
347 fprintf(stdout, "%s\n", ProgramInvocationShortName()); in ShowVersion()
373 const char* progname = ProgramInvocationShortName(); in HandleCommandLineHelpFlags()
Dgflags_ns.h.in61 using GFLAGS_NAMESPACE::ProgramInvocationShortName;
Dgflags.cc1339 || glob == ProgramInvocationShortName() in ProcessOptionsFromStringLocked()
1342 || fnmatch(glob.c_str(), ProgramInvocationShortName(), FNM_PATHNAME) == 0 in ProcessOptionsFromStringLocked()
1345 || PathMatchSpecA(glob.c_str(), ProgramInvocationShortName()) in ProcessOptionsFromStringLocked()
1546 const char* ProgramInvocationShortName() { // like the GNU libc fn in ProgramInvocationShortName() function
Dgflags_completions.cc473 StringPrintf("/%s%s", ProgramInvocationShortName(), suffix)); in PushNameWithSuffix()
Dgflags.h.in193 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_gflags.h61 using GFLAGS_NAMESPACE::ProgramInvocationShortName;
Dgflags.h192 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_gflags.h61 using GFLAGS_NAMESPACE::ProgramInvocationShortName;
Dgflags.h192 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
/external/gflags/android/gflags/
Dgflags_google.h61 using GFLAGS_NAMESPACE::ProgramInvocationShortName;
Dgflags.h193 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h197 extern const char* ProgramInvocationShortName(); // basename(argv0)
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h219 extern const char* ProgramInvocationShortName(); // basename(argv0)
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h241 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
/external/gflags/test/
Dgflags_unittest.cc943 EXPECT_STREQ("gflags_unittest", ProgramInvocationShortName()); in TEST()