Searched refs:oldcwd (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dnamespaces.c280 char *oldcwd = NULL; local
294 oldcwd = get_current_dir_name();
295 if (!oldcwd)
309 nc->oldcwd = oldcwd;
315 free(oldcwd);
324 if (nc == NULL || nc->oldns == -1 || nc->newns == -1 || !nc->oldcwd)
329 if (nc->oldcwd) {
330 WARN_ON_ONCE(chdir(nc->oldcwd));
331 zfree(&nc->oldcwd);
[all...]
H A Dnamespaces.h46 char *oldcwd; member in struct:nscookie

Completed in 98 milliseconds