Searched refs:PANIC_LOG_PATH (Results 1 – 1 of 1) sorted by relevance
37 constexpr const char* PANIC_LOG_PATH = "/data/test/bbox/panic_log/"; variable40 constexpr const char* PANIC_LOG_PATH = "/log/reliability/bbox/panic_log/"; variable109 auto fileSize = FileUtil::GetFolderSize(PANIC_LOG_PATH); in InitPanicReport()112 ClearFilesInDir(PANIC_LOG_PATH); in InitPanicReport()156 return logPath.find(PANIC_LOG_PATH) == 0; in IsRecoveryPanicEvent()174 return std::string(PANIC_LOG_PATH) + "panic_log_" + timeStr + ".zip"; in GetBackupFilePath()205 if (!FileUtil::FileExists(PANIC_LOG_PATH)) { in CompressAndCopyLogFiles()206 HIVIEW_LOGE("The path of target file: %{public}s is not existed", PANIC_LOG_PATH); in CompressAndCopyLogFiles()209 ClearFilesInDir(PANIC_LOG_PATH); in CompressAndCopyLogFiles()223 uint64_t zipFileSize = FileUtil::GetFolderSize(PANIC_LOG_PATH); in CompressAndCopyLogFiles()[all …]