Lines Matching defs:szName
67 && RTStrToUInt32(DirEntry.szName) > 0)
75 char szName[RTPATH_MAX];
76 RTStrPrintf(szName, sizeof(szName), "/proc/%s/exe", &DirEntry.szName[0]);
78 int cchLink = readlink(szName, szExe, sizeof(szExe) - 1);
87 RTStrPrintf(szName, sizeof(szName), "/proc/%s/cmdline", &DirEntry.szName[0]);
89 rc = RTStrmOpen(szName, "r", &pStream);