Home
last modified time | relevance | path

Searched refs:WATCHDOG_DIR (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp47 constexpr const char* const WATCHDOG_DIR = "/data/storage/el2/log/watchdog"; member
322 if (!OHOS::FileExists(WATCHDOG_DIR)) { in CreateWatchdogDir()
323 OHOS::ForceCreateDirectory(WATCHDOG_DIR); in CreateWatchdogDir()
324 OHOS::ChangeModeDirectory(WATCHDOG_DIR, defaultLogDirMode); in CreateWatchdogDir()
326 if (OHOS::StorageDaemon::AclSetAccess(WATCHDOG_DIR, "g:1201:rwx") != 0) { in CreateWatchdogDir()
340 if (!OHOS::PathToRealPath(WATCHDOG_DIR, realPath)) { in WriteStackToFd()

Completed in 2 milliseconds