Home
last modified time | relevance | path

Searched refs:inputPath_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_converter.h44 std::string inputPath_; variable
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp53 : 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()