Lines Matching refs:path
35 #include "path.h"
2306 char path[PATH_MAX];
2319 /* Try a fast path for /proc/kallsyms if possible */
2336 scnprintf(path, sizeof(path), "%s/%s/%s",
2339 if (!find_matching_kcore(map, path, sizeof(path)))
2340 return strdup(path);
2349 if (!build_id_cache__kallsyms_path(sbuild_id, path, sizeof(path))) {
2355 return strdup(path);
2370 * build-id, or if the user specifies the wrong path to the right
2440 char path[PATH_MAX];
2461 sprintf(path, "%s/proc/kallsyms", machine->root_dir);
2462 kallsyms_filename = path;
2713 * A path to symbols of "/" is identical to ""