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

  /art/libartbase/base/
logging.cc 56 void InitLogging(char* argv[], AbortFunction& abort_function) {
84 android::base::InitLogging(argv, INIT_LOGGING_DEFAULT_LOGGER,
  /system/core/base/
logging.cpp 276 void InitLogging(char* argv[], LogFunction&& logger, AbortFunction&& aborter) {
  /external/libchrome/base/
logging.h 213 // Implementation of the InitLogging() method declared below. We use a
215 // that has named stuff "InitLogging".
232 inline bool InitLogging(const LoggingSettings& settings) {
    [all...]

Completed in 68 milliseconds