Searched refs:GenProcPidContainerPath (Results 1 – 9 of 9) sorted by relevance
41 auto path = GenProcPidContainerPath(getpid(), "time"); in ItProcessFs022()
41 auto path = GenProcPidContainerPath(getpid(), "pid"); in ItProcessFs010()
41 auto path = GenProcPidContainerPath(getpid(), "uts"); in ItProcessFs007()
41 auto path = GenProcPidContainerPath(getpid(), "net"); in ItProcessFs011()
41 auto path = GenProcPidContainerPath(getpid(), "ipc"); in ItProcessFs021()
41 auto path = GenProcPidContainerPath(getpid(), "user"); in ItProcessFs009()
41 auto path = GenProcPidContainerPath(getpid(), "mnt"); in ItProcessFs008()
40 extern std::string GenProcPidContainerPath(int pid, char *name);
54 std::string GenProcPidContainerPath(int pid, char *name) in GenProcPidContainerPath() function