Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/clang/
Dloader.cc126 auto kernel_path_info = get_kernel_path_info(kdir); in parse() local
127 has_kpath_source = kernel_path_info.first; in parse()
128 kpath = kdir + "/" + kernel_path_info.second; in parse()