Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister_rotator.cpp80 std::string parentDirPath = m_logsPath.substr(0, lastSeparatorIdx); in OpenInfoFile() local
81 if (access(parentDirPath.c_str(), F_OK) != 0) { in OpenInfoFile()
83 mkdir(parentDirPath.c_str(), S_IRUSR | S_IWUSR | S_IXUSR | S_IRWXG | S_IRWXO); in OpenInfoFile()
87 m_infoFilePath = parentDirPath + "/" + infoFileName; in OpenInfoFile()