Lines Matching defs:path
35 #include "path.h"
2153 char path[PATH_MAX];
2166 /* Try a fast path for /proc/kallsyms if possible */
2183 scnprintf(path, sizeof(path), "%s/%s/%s",
2186 if (!find_matching_kcore(map, path, sizeof(path)))
2187 return strdup(path);
2196 if (!build_id_cache__kallsyms_path(sbuild_id, path, sizeof(path))) {
2202 return strdup(path);
2215 * build-id, or if the user specifies the wrong path to the right
2271 char path[PATH_MAX];
2290 sprintf(path, "%s/proc/kallsyms", machine->root_dir);
2291 kallsyms_filename = path;
2499 * A path to symbols of "/" is identical to ""