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

  /art/runtime/base/
logging.cc 73 void InitLogging(char* argv[]) {
  /system/core/base/
logging.cpp 235 void InitLogging(char* argv[], LogFunction&& logger) {
237 InitLogging(argv);
240 void InitLogging(char* argv[]) {
  /external/libweave/third_party/chromium/base/
logging.h 188 // Implementation of the InitLogging() method declared below. We use a
190 // that has named stuff "InitLogging".
207 inline bool InitLogging(const LoggingSettings& settings) {
  /external/libchrome/base/
logging.h 238 // Implementation of the InitLogging() method declared below. We use a
240 // that has named stuff "InitLogging".
257 inline bool InitLogging(const LoggingSettings& settings) {
    [all...]

Completed in 778 milliseconds