Home
last modified time | relevance | path

Searched refs:LOG_FILE (Results 1 – 3 of 3) sorted by relevance

/system/core/logwrapper/include/logwrap/
Dlogwrap.h72 #define LOG_FILE 4 macro
/system/core/logwrapper/
Dlogwrap.c164 if (log_info->log_target & LOG_FILE) { in do_log_line()
330 if ((log_target & LOG_FILE) && !file_path) { in parent()
332 log_target &= ~LOG_FILE; in parent()
335 if (log_target & LOG_FILE) { in parent()
339 log_target &= ~LOG_FILE; in parent()
454 if (log_target & LOG_FILE) { in parent()
/system/core/fs_mgr/
Dfs_mgr.cpp248 true, LOG_KLOG | LOG_FILE, true, const_cast<char*>(FSCK_LOG_FILE), NULL, 0); in check_fs()
252 LOG_KLOG | LOG_FILE, true, const_cast<char*>(FSCK_LOG_FILE), NULL, 0); in check_fs()
270 &status, true, LOG_KLOG | LOG_FILE, in check_fs()
350 LOG_KLOG | LOG_FILE, true, nullptr, nullptr, 0); in run_tune2fs()