Lines Matching refs:resultFile
288 auto resultFile = sessionConfig->result_file();
289 CHECK_EXPRESSION_TRUE(resultFile.size() > 0, "result_file empty!");
290 traceWriter = std::make_shared<TraceFileWriter>(resultFile, sessionConfig->split_file(),
387 void ProfilerService::MergeStandaloneFile(const std::string& resultFile, const std::string& pluginName,
406 auto targetFile = COMMON::CheckNotExistsFilePath(resultFile);
408 PROFILER_LOG_INFO(LOG_CORE, "%s:check file path %s fail", __func__, resultFile.c_str());
414 PROFILER_LOG_ERROR(LOG_CORE, "open file(%s) failed: %d", resultFile.c_str(), fsTarget.rdstate());
443 PROFILER_LOG_ERROR(LOG_CORE, "write file(%s) header failed: %d\n", resultFile.c_str(), fsTarget.rdstate());
457 PROFILER_LOG_ERROR(LOG_CORE, "write file(%s) failed: %d\n", resultFile.c_str(), fsTarget.rdstate());
471 PROFILER_LOG_INFO(LOG_CORE, "write standalone(%s) to result(%s) done", outputFile.c_str(), resultFile.c_str());