Searched refs:procfile (Results 1 – 2 of 2) sorted by relevance
845 FILE *procfile; in nxt_isolation_make_private_mount() local857 procfile = NULL; in nxt_isolation_make_private_mount()872 procfile = setmntent(mount_path, "r"); in nxt_isolation_make_private_mount()873 if (nxt_slow_path(procfile == NULL)) { in nxt_isolation_make_private_mount()884 ent = getmntent(procfile); in nxt_isolation_make_private_mount()979 if (procfile != NULL) { in nxt_isolation_make_private_mount()980 endmntent(procfile); in nxt_isolation_make_private_mount()
639 procfile = '/proc/%s/fd' % pid640 if os.path.isdir(procfile):641 return len(os.listdir(procfile))