Lines Matching defs:proc_info
321 ProcessInstanceInfo proc_info;
322 if (Host::GetProcessInfo(pid, proc_info)) {
324 CreateProcessInfoResponse(proc_info, response);
1209 const ProcessInstanceInfo &proc_info, StreamString &response) {
1212 proc_info.GetProcessID(), proc_info.GetParentProcessID(),
1213 proc_info.GetUserID(), proc_info.GetGroupID(),
1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID());
1216 response.PutStringAsRawHex8(proc_info.GetExecutableFile().GetPath().c_str());
1220 response.PutStringAsRawHex8(proc_info.GetArg0());
1221 for (auto &arg : proc_info.GetArguments()) {
1227 const ArchSpec &proc_arch = proc_info.GetArchitecture();
1238 const ProcessInstanceInfo &proc_info, StreamString &response) {
1241 proc_info.GetProcessID(), proc_info.GetParentProcessID(),
1242 proc_info.GetUserID(), proc_info.GetGroupID(),
1243 proc_info.GetEffectiveUserID(),
1244 proc_info.GetEffectiveGroupID());
1246 const ArchSpec &proc_arch = proc_info.GetArchitecture();