Searched refs:curpath (Results 1 – 3 of 3) sorted by relevance
100 curpath = ""108 curpath = tables[1]109 if (debug) print "Processing path " curpath119 curpath = ""124 curpath && /\.procname[\t ]*=[\t ]*".+"/ {
204 char curpath[PATH_MAX]; in nsinfo__mountns_enter() local218 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()225 oldns = open(curpath, O_RDONLY); in nsinfo__mountns_enter()
76 for curpath in walk_up(walk_path):77 if not os.path.exists(os.path.join(curpath, '__init__.py')):78 libdir = curpath