HomeSort by relevance Sort by last modified time
    Searched refs:OpenLog (Results 1 - 9 of 9) 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);
  /art/compiler/jit/
jit_logger.h 92 void OpenLog() {
jit_compiler.cc 159 jit_logger_->OpenLog();
  /external/toolchain-utils/automation/common/
command_executer.py 188 def OpenLog(self, log_path):
  /external/toolchain-utils/automation/server/
job_executer.py 66 self._executer.OpenLog(os.path.join(self.job.logs_dir,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mergemod.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
  /external/python/cpython2/Tools/msi/
msi.py     [all...]

Completed in 1637 milliseconds