Searched refs:logDestDir (Results 1 – 5 of 5) sorted by relevance
79 std::string logDestDir = workPath + "sys_event/"; in GetLogDir() local80 if (!FileUtil::FileExists(logDestDir)) { in GetLogDir()81 if (FileUtil::ForceCreateDirectory(logDestDir, FileUtil::FILE_PERM_770)) { in GetLogDir()82 HIVIEW_LOGD("create listener log directory %{public}s succeed.", logDestDir.c_str()); in GetLogDir()84 logDestDir = workPath; in GetLogDir()86 logDestDir.c_str(), workPath.c_str()); in GetLogDir()89 return logDestDir; in GetLogDir()
39 std::string logDestDir = workPath; in GetLogDir() local40 if (!FileUtil::FileExists(logDestDir)) { in GetLogDir()41 FileUtil::ForceCreateDirectory(logDestDir, FileUtil::FILE_PERM_770); in GetLogDir()43 return logDestDir; in GetLogDir()
53 std::string logDestDir = workPath + "sys_event/"; in GetLogDir() local54 if (!FileUtil::FileExists(logDestDir)) { in GetLogDir()55 FileUtil::ForceCreateDirectory(logDestDir, FileUtil::FILE_PERM_770); in GetLogDir()57 return logDestDir; in GetLogDir()
41 std::string logDestDir = workPath; in GetLogDir() local42 if (!FileUtil::FileExists(logDestDir)) { in GetLogDir()43 FileUtil::ForceCreateDirectory(logDestDir, FileUtil::FILE_PERM_770); in GetLogDir()45 return logDestDir; in GetLogDir()
68 std::string logDestDir = workPath; in GetLogDir() local69 if (!FileUtil::FileExists(logDestDir)) { in GetLogDir()70 FileUtil::ForceCreateDirectory(logDestDir, FileUtil::FILE_PERM_770); in GetLogDir()72 return logDestDir; in GetLogDir()