Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dnamespaces.c281 char curpath[PATH_MAX]; in nsinfo__mountns_enter() local
295 if (!getcwd(curpath, sizeof(curpath))) in nsinfo__mountns_enter()
298 oldcwd = strdup(curpath); in nsinfo__mountns_enter()