OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitLogging
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/base/
logging.cc
50
// which log file to use? This is initialized by
InitLogging
or
86
// nobody has called
InitLogging
to specify a debug log file, so here we
123
void
InitLogging
(const TCHAR* new_log_file, LoggingDestination logging_dest,
126
// calling
InitLogging
twice or after some log call has already opened the
304
// call
InitLogging
. This is not thread safe. See below
312
// The client app did not call
InitLogging
, and so the critical section
315
// the critical section. This is why
InitLogging
should be called from
/external/chromium/base/
logging.h
192
// Implementation of the
InitLogging
() method declared below. We use a
194
// that has named stuff "
InitLogging
".
211
inline bool
InitLogging
(const PathChar* log_file,
[
all
...]
Completed in 3915 milliseconds