Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 2 of 2) sorted by relevance

/scripts/gdb/linux/
Dproc.py175 pathname = ""
179 pathname = utils.dentry_name(mntpoint) + pathname
184 if (pathname == ""):
185 pathname = "/"
196 pathname,
/scripts/gcc-plugins/
Drandomize_layout_plugin.c43 const char *pathname; member
792 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
793 if (!strstr(xloc.file, entry->pathname)) in whitelisted_cast()