Home
last modified time | relevance | path

Searched refs:kdir (Results 1 – 4 of 4) sorted by relevance

/external/kmod/testsuite/mkosi/
Dmkosi.build5 local kdir=""
9 kdir=$f
14 if [ -z "$kdir" ]; then
19 kdir=${kdir%/Makefile}
21 echo $kdir
32 kdir=$(find_kdir)
33 IFS=/ read _ _ _ kver _ <<<"$kdir"
37 make check KDIR="$kdir" KVER="$kver"
/external/bcc/src/cc/frontends/clang/
Dloader.cc93 std::pair<bool, string> get_kernel_path_info(const string kdir) in get_kernel_path_info() argument
95 if (is_dir(kdir + "/build") && is_dir(kdir + "/source")) in get_kernel_path_info()
116 string kdir, kpath; in parse() local
125 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()
Dkbuild_helper.cc26 KBuildHelper::KBuildHelper(const std::string &kdir, bool has_source_dir) : kdir_(kdir), in KBuildHelper() argument
Dkbuild_helper.h97 explicit KBuildHelper(const std::string &kdir, bool has_source_dir);