Lines Matching defs:path
616 path of the separate file containing SECTION will be stored in USR_PATH.
617 FD_PATH is the absolute path for FD.
694 Replace the last component of FD_PATH with the path-escaped
780 for the section file. The path for this file will be stored in USR_PATH.
830 char **path)
982 /* Determine location of the cache. The path specified by the debuginfod
1077 if (path != NULL)
1079 *path = strdup(target_cache_path);
1080 if (*path == NULL)
1126 rc = cache_find_section (section, target_cache_dir, path);
1739 if (path != NULL)
1740 *path = strdup(target_cache_path);
1884 char **path)
1887 "debuginfo", NULL, path);
1895 char **path)
1898 "executable", NULL, path);
1904 const char *filename, char **path)
1907 "source", filename, path);
1913 const char *section, char **path)
1916 "section", section, path);
1941 rc = extract_section (fd, section, tmp_path, path);
1952 rc = extract_section (fd, section, tmp_path, path);