Searched refs:resultFile (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/services/profiler_service/src/ |
H A D | profiler_service.cpp | 288 auto resultFile = sessionConfig->result_file(); in CreateSession() local 289 CHECK_EXPRESSION_TRUE(resultFile.size() > 0, "result_file empty!"); in CreateSession() 290 traceWriter = std::make_shared<TraceFileWriter>(resultFile, sessionConfig->split_file(), in CreateSession() 387 void ProfilerService::MergeStandaloneFile(const std::string& resultFile, const std::string& pluginName, in MergeStandaloneFile() argument 406 auto targetFile = COMMON::CheckNotExistsFilePath(resultFile); in MergeStandaloneFile() 408 PROFILER_LOG_INFO(LOG_CORE, "%s:check file path %s fail", __func__, resultFile.c_str()); in MergeStandaloneFile() 414 PROFILER_LOG_ERROR(LOG_CORE, "open file(%s) failed: %d", resultFile.c_str(), fsTarget.rdstate()); in MergeStandaloneFile() 443 PROFILER_LOG_ERROR(LOG_CORE, "write file(%s) header failed: %d\n", resultFile.c_str(), fsTarget.rdstate()); in MergeStandaloneFile() 457 PROFILER_LOG_ERROR(LOG_CORE, "write file(%s) failed: %d\n", resultFile.c_str(), fsTarget.rdstate()); in MergeStandaloneFile() 471 PROFILER_LOG_INFO(LOG_CORE, "write standalone(%s) to result(%s) done", outputFile.c_str(), resultFile in MergeStandaloneFile() [all...] |
/developtools/hdc/src/test/ |
H A D | ut_mod.cpp | 79 string resultFile = "execute.result"; in TestShellExecute() local 84 if ((bytesIO = Base::ReadBinFile((UT_TMP_PATH + "/" + resultFile).c_str(), in TestShellExecute() 96 rt->ResetUtTmpFile(resultFile); in TestShellExecute() 98 if ((bytesIO = Base::ReadBinFile((UT_TMP_PATH + "/" + resultFile).c_str(), in TestShellExecute()
|
/developtools/integration_verification/tools/fotff/tester/common/ |
H A D | common.go | 128 resultFile := filepath.Join(t.ResultPath, t.ResultFile) 129 data, err := os.ReadFile(resultFile) 131 logrus.Errorf("Failed to read from result file %s, error: %s", resultFile, err.Error())
|
/developtools/profiler/device/services/profiler_service/include/ |
H A D | profiler_service.h | 126 void MergeStandaloneFile(const std::string& resultFile, const std::string& pluginName,
|
Completed in 3 milliseconds