Searched refs:resultFile (Results 1 – 10 of 10) sorted by relevance
| /developtools/integration_verification/tools/fotff/tester/common/ |
| 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/hdc/src/test/ |
| 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/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 287 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/ |
| D | PluginConvertUtils.test.ts | 50 resultFile: '/data/local/tmp/hiprofiler_data.htrace', variable
|
| /developtools/profiler/device/services/profiler_service/include/ |
| D | profiler_service.h | 124 void MergeStandaloneFile(const std::string& resultFile, const std::string& pluginName,
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 135 resultFile: '/data/local/tmp/hiprofiler_data.htrace',
|
| /developtools/smartperf_host/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 31 resultFile: string; property
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 31 resultFile: string; property
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1261 resultFile: this.recordSetting!.output, variable
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 1260 resultFile: this.recordSetting!.output, variable
|