Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBServices.cpp33 GetPrcoesses (CFMutableArrayRef plistMutableArray, bool all_users) in GetPrcoesses() argument
35 if (plistMutableArray == NULL) in GetPrcoesses()
116 ::CFArrayAppendValue (plistMutableArray, appInfoDict.get()); in GetPrcoesses()
129 …CFReleaser<CFMutableArrayRef> plistMutableArray (::CFArrayCreateMutable (alloc, 0, &kCFTypeArrayCa… in ListApplications() local
139 result = GetPrcoesses (plistMutableArray.get(), all_users); in ListApplications()
190 ::CFArrayAppendValue (plistMutableArray.get(), appInfoDict.get()); in ListApplications()
196 result = GetPrcoesses (plistMutableArray.get(), all_users); in ListApplications()
199 … CFReleaser<CFDataRef> plistData (::CFPropertyListCreateXMLData (alloc, plistMutableArray.get())); in ListApplications()