Lines Matching defs:pathname
294 bool is_kernel_module(const char *pathname, int cpumode)
310 if (kmod_path__parse(&m, pathname)) {
312 pathname);
326 int filename__decompress(const char *name, char *pathname,
360 if (!pathname || (fd < 0))
363 if (pathname && (fd >= 0))
364 strlcpy(pathname, tmpbuf, len);
370 char *pathname, size_t len)
378 return filename__decompress(name, pathname, len, dso__comp(dso), dso__load_errno(dso));
387 char *pathname, size_t len)
389 int fd = decompress_kmodule(dso, name, pathname, len);