Home
last modified time | relevance | path

Searched refs:appIdsForPID (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
DRNBServices.cpp232 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid)); in IsSBProcess() local
233 return appIdsForPID.get() != NULL; in IsSBProcess()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp53 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid)); in IsSBProcess() local
54 return appIdsForPID.get() != NULL; in IsSBProcess()