Home
last modified time | relevance | path

Searched refs:outputPath_ (Results 1 – 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
Dheader.cpp41 Header::Header(const string &outputPath) : outputPath_(outputPath) in Header()
54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create()
56 cerr << "Error: open failed '" << outputPath_ << "', reason: " << strerror(errno) << endl; in Create()
/developtools/global_resource_tool/include/
Dheader.h38 const std::string &outputPath_;
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_converter.h45 std::string outputPath_; variable
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp53 : inputPath_(inputPath), outputPath_(outPath) {} in EbpfConverter()
83 FILE *file = fopen(outputPath_.c_str(), "w"); in StartParsing()
85 std::cout << "create " << outputPath_ << " failed" << std::endl; in StartParsing()