Searched refs:inputPath_ (Results 1 – 2 of 2) sorted by relevance
44 std::string inputPath_; variable
53 : inputPath_(inputPath), outputPath_(outPath) {} in EbpfConverter()57 if (access(inputPath_.c_str(), R_OK) != 0) { in StartParsing()61 fd_ = open(inputPath_.c_str(), O_RDONLY); in StartParsing()63 std::cout << "open " << inputPath_ << " failed" << std::endl; in StartParsing()