Lines Matching defs:dist_root
2480 /// @param dist_root the directory under which to look for.
2483 /// debug info is going to be found for binaries under @p dist_root.
2494 get_binary_paths_from_kernel_dist(const string& dist_root,
2499 if (!dir_exists(dist_root))
2512 if (dir_exists(dist_root + "/lib/modules"))
2514 dist_root + "/lib/modules";
2516 ? dist_root
2525 string from = dist_root;
2556 string dist_root = from;
2557 if (dir_exists(dist_root + "/lib/modules"))
2558 dist_root += "/lib/modules";
2561 if (find_vmlinux_path(dist_root, vmlinux_path))
2570 /// @param dist_root the directory under which to look for.
2580 get_binary_paths_from_kernel_dist(const string& dist_root,
2585 return get_binary_paths_from_kernel_dist(dist_root,