Home
last modified time | relevance | path

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

/aosp12/system/logging/logwrapper/include/logwrap/
H A Dlogwrap.h58 #define LOG_FILE 4 macro
/aosp12/bootable/recovery/recovery_utils/
H A Dlogging.cpp43 constexpr const char* LOG_FILE = "/cache/recovery/log"; variable
/aosp12/frameworks/base/core/java/android/os/
H A DRecoverySystem.java111 private static final File LOG_FILE = new File(RECOVERY_DIR, "log"); field in RecoverySystem