Searched refs:parentDirPath (Results 1 – 1 of 1) sorted by relevance
80 std::string parentDirPath = m_logsPath.substr(0, lastSeparatorIdx); in OpenInfoFile() local81 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()