HomeSort by relevance Sort by last modified time
    Searched defs:getprogname (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
getprogname.c 1 /* $OpenBSD: getprogname.c,v 1.3 2013/11/12 06:09:48 deraadt Exp $ */
23 getprogname(void) function
  /system/core/base/
logging.cpp 21 // For getprogname(3) or program_invocation_short_name.
64 static const char* getprogname() { function in namespace:android::base
71 gProgramInvocationName.reset(new std::string(getprogname()));

Completed in 309 milliseconds