Home
last modified time | relevance | path

Searched refs:resultFile (Results 1 – 10 of 10) sorted by relevance

/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go128 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/hdc/src/test/
Dut_mod.cpp79 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/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp287 auto resultFile = sessionConfig.result_file(); in CreateSession() local
288 CHECK_EXPRESSION_TRUE(resultFile.size() > 0, "result_file empty!"); in CreateSession()
289 traceWriter = std::make_shared<TraceFileWriter>(resultFile, sessionConfig.split_file(), in CreateSession()
385 void ProfilerService::MergeStandaloneFile(const std::string& resultFile, const std::string& pluginN… in MergeStandaloneFile() argument
401 fsTarget.open(resultFile, std::ios_base::in | std::ios_base::out | std::ios_base::binary); in MergeStandaloneFile()
403 HILOG_ERROR(LOG_CORE, "open file(%s) failed: %d", resultFile.c_str(), fsTarget.rdstate()); in MergeStandaloneFile()
432 …HILOG_ERROR(LOG_CORE, "write file(%s) header failed: %d\n", resultFile.c_str(), fsTarget.rdstate()… in MergeStandaloneFile()
446 … HILOG_ERROR(LOG_CORE, "write file(%s) failed: %d\n", resultFile.c_str(), fsTarget.rdstate()); in MergeStandaloneFile()
460 …HILOG_INFO(LOG_CORE, "write standalone(%s) to result(%s) done", outputFile.c_str(), resultFile.c_s… in MergeStandaloneFile()
/developtools/smartperf_host/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts50 resultFile: '/data/local/tmp/hiprofiler_data.htrace', variable
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h124 void MergeStandaloneFile(const std::string& resultFile, const std::string& pluginName,
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts135 resultFile: '/data/local/tmp/hiprofiler_data.htrace',
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts31 resultFile: string; property
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts31 resultFile: string; property
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1261 resultFile: this.recordSetting!.output, variable
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts1260 resultFile: this.recordSetting!.output, variable