Searched refs:kdir (Results 1 – 4 of 4) sorted by relevance
5 local kdir=""9 kdir=$f14 if [ -z "$kdir" ]; then19 kdir=${kdir%/Makefile}21 echo $kdir32 kdir=$(find_kdir)33 IFS=/ read _ _ _ kver _ <<<"$kdir"37 make check KDIR="$kdir" KVER="$kver"
93 std::pair<bool, string> get_kernel_path_info(const string kdir) in get_kernel_path_info() argument95 if (is_dir(kdir + "/build") && is_dir(kdir + "/source")) in get_kernel_path_info()116 string kdir, kpath; in parse() local125 kdir = string(KERNEL_MODULES_DIR) + "/" + un.release; in parse()126 auto kernel_path_info = get_kernel_path_info(kdir); in parse()128 kpath = kdir + "/" + kernel_path_info.second; in parse()170 KBuildHelper kbuild_helper(kpath_env ? kpath : kdir, has_kpath_source); in parse()
26 KBuildHelper::KBuildHelper(const std::string &kdir, bool has_source_dir) : kdir_(kdir), in KBuildHelper() argument
97 explicit KBuildHelper(const std::string &kdir, bool has_source_dir);