OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenLog
(Results
1 - 4
of
4
) sorted by null
/external/libbrillo/brillo/
syslog_logging.h
27
// Convenience function for configuring syslog via
openlog
. Users
28
// could call
openlog
directly except for naming collisions between
32
BRILLO_EXPORT void
OpenLog
(const char* ident, bool log_pid);
syslog_logging.cc
104
void
OpenLog
(const char* ident, bool log_pid) {
106
openlog
(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER);
/system/core/crash_reporter/
crash_reporter.cc
276
brillo::
OpenLog
(my_path.BaseName().value().c_str(), true);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mergemod.h
[
all
...]
Completed in 81 milliseconds