HomeSort by relevance Sort by last modified time
    Searched refs:InitLogging (Results 1 - 15 of 15) sorted by null

  /system/core/base/
test_main.cpp 23 android::base::InitLogging(argv, android::base::StderrLogger);
logging.cpp 124 void InitLogging(char* argv[], LogFunction&& logger) {
126 InitLogging(argv);
129 void InitLogging(char* argv[]) {
  /system/extras/simpleperf/
gtest_main.cpp 22 InitLogging(argv, android::base::StderrLogger);
main.cpp 26 InitLogging(argv, android::base::StderrLogger);
  /system/core/base/include/base/
logging.h 73 extern void InitLogging(char* argv[], LogFunction&& logger);
77 extern void InitLogging(char* argv[]);
  /art/cmdline/
cmdline.h 294 InitLogging(argv);
cmdline_parser_test.cc 114 art::InitLogging(nullptr); // argv = null
  /art/runtime/base/
logging.cc 73 void InitLogging(char* argv[]) {
logging.h 57 // Global log verbosity setting, initialized by InitLogging.
73 extern void InitLogging(char* argv[]);
75 // Returns the command line used to invoke the current tool or null if InitLogging hasn't been
79 // The command used to start the ART runtime, such as "/system/bin/dalvikvm". If InitLogging hasn't
83 // A short version of the command used to start the ART runtime, such as "dalvikvm". If InitLogging
  /system/vold/
main.cpp 54 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM));
  /art/runtime/
common_runtime_test.cc 59 art::InitLogging(argv);
runtime.cc 415 InitLogging(nullptr); // Calls Locks::Init() as a side effect.
    [all...]
  /frameworks/native/cmds/installd/
installd.cpp 668 android::base::InitLogging(argv);
  /art/patchoat/
patchoat.cc     [all...]
  /art/dex2oat/
dex2oat.cc 549 InitLogging(argv);
    [all...]

Completed in 249 milliseconds