Searched refs:outputPath_ (Results 1 – 4 of 4) sorted by relevance
41 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()
38 const std::string &outputPath_;
45 std::string outputPath_; variable
53 : 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()