Lines Matching refs:fullPath
104 std::string fullPath = std::string(FULL_DIR) + "sysrq-" + sysrqTime + ".log";
105 if (FileUtil::FileExists(fullPath)) {
106 HIVIEW_LOGW("filename: %{public}s is existed, direct use.", fullPath.c_str());
107 return fullPath;
110 auto fd = open(fullPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, DEFAULT_LOG_FILE_MODE);
112 HIVIEW_LOGI("Fail to create %s.", fullPath.c_str());
124 return fullPath;
137 std::string fullPath = DmesgSaveTofile();
138 if (fullPath.empty()) {
141 description_ += "fullPath:" + fullPath + "\n";