Searched refs:KBuildHelper (Results 1 – 3 of 3) sorted by relevance
26 KBuildHelper::KBuildHelper(const std::string &kdir, bool has_source_dir) : kdir_(kdir), in KBuildHelper() function in ebpf::KBuildHelper31 int KBuildHelper::get_flags(const char *uname_machine, vector<string> *cflags) { in get_flags()
95 class KBuildHelper {97 explicit KBuildHelper(const std::string &kdir, bool has_source_dir);
170 KBuildHelper kbuild_helper(kpath_env ? kpath : kdir, has_kpath_source); in parse()