Searched refs:LOGGER_FREEZEJSON_LOG_PATH (Results 1 – 2 of 2) sorted by relevance
50 ss << LOGGER_FREEZEJSON_LOG_PATH << "/" << pid << "-" << uid << "-" << timestamp; in GetFilePath()56 if (!FileUtil::FileExists(LOGGER_FREEZEJSON_LOG_PATH)) { in GetFd()57 FileUtil::ForceCreateDirectory(LOGGER_FREEZEJSON_LOG_PATH); in GetFd()
30 const std::string LOGGER_FREEZEJSON_LOG_PATH = "/data/log/freezejson"; variable