Home
last modified time | relevance | path

Searched defs:outFile (Results 1 – 19 of 19) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp217 std::string CreateCommand(const std::string &outFile, int time) const in CreateCommand() argument
260 std::string CreateHiperfCommand(const std::string &outFile, int time) const in CreateHiperfCommand() argument
291 std::string CreateEncoderCommand(const std::string &outFile, int time) const in CreateEncoderCommand() argument
333 std::string CreateSplitHtraceCommand(const std::string &outFile, int time) const in CreateSplitHtraceCommand() argument
371 …std::string CreateSplitArktsCommand(const std::string &outFile, const std::string &arktsSplitFile,… in CreateSplitArktsCommand() argument
401 std::string CreateSplitHiperfCommand(const std::string &outFile, const std::string &perfFile, in CreateSplitHiperfCommand()
430 std::string CreateSplitHiebpfCommand(const std::string &outFile, const std::string &ebpfFile, in CreateSplitHiebpfCommand()
539 std::string outFile = DEFAULT_PATH + "trace.htrace"; variable
590 std::string outFile = DEFAULT_PATH + "trace.htrace"; variable
667 std::string outFile = DEFAULT_PATH + "trace_encoder.htrace"; variable
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
DVerifyProfileParameters.java35 private String outFile; field in VerifyProfileParameters
63 public void setOutFile(String outFile) { in setOutFile()
DSignProfileParameters.java70 private String outFile; field in SignProfileParameters
188 public void setOutFile(String outFile) { in setOutFile()
DSignAppParameters.java86 private String outFile; field in SignAppParameters
330 public void setOutFile(String outFile) { in setOutFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java214 String outFile = params.getString(Options.OUT_FILE); in checkEndCertArguments() local
340 String outFile = params.getString(Options.OUT_FILE); in runSignProfile() local
361 String outFile = params.getString(Options.OUT_FILE); in runVerifyProfile() local
/developtools/hdc/src/common/
Dentry.cpp132 std::ofstream outFile(saveFile, std::ios::app | std::ios::binary); in PayloadToFile() local
159 bool Entry::ReadAndWriteData(std::ifstream &inFile, std::ofstream &outFile, uint8_t *buffAppend, in ReadAndWriteData()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h34 std::ofstream outFile; in WriteCsv() local
/developtools/packing_tool/adapter/ohos/
DCompressVerify.java622 File outFile = new File(utility.getOutPath()); in isVerifyValidInMultiAppMode() local
687 File outFile = new File(utility.getOutPath()); in isVerifyValidInHQFMode() local
708 File outFile = new File(utility.getOutPath()); in isVerifyValidInAPPQFMode() local
807 File outFile = new File(utility.getOutPath()); in isOutPathValid() local
DUncompressVerify.java198 File outFile = new File(utility.getOutPath()); in verifyOutPath() local
/developtools/profiler/host/smartperf/client/client_command/
DGpuCounter.cpp84 std::ofstream outFile; in SaveData() local
Dsmartperf_main.cpp144 std::ofstream outFile(capacitySavePath.c_str(), std::ios::out | std::ios::trunc); in RecordCapacity() local
Dsp_task.cpp307 std::ofstream outFile; in StopSdkRecv() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java352 public static boolean writeByteToOutFile(byte[] bytes, String outFile) { in writeByteToOutFile()
370 public static boolean writeByteToOutFile(byte[] bytes, OutputStream outFile) { in writeByteToOutFile()
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp41 std::string outFile; member
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts515 function outFile(options: ts.CompilerOptions): string { function
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java187 public void toFile(String outFile) { in toFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java1004 File outFile = new File(outFileName); in testByteToZip() local
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp19 …tConverter::RecoverTraceAndGenerateNewFile(const std::string &ffrtFileName, std::ofstream &outFile) in RecoverTraceAndGenerateNewFile()
Drpc_server.cpp92 std::ofstream outFile(outTraceName); in SaveAndParseFfrtData() local