Searched refs:mBundlesProcessed (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/modemccl-25.1/
H A Dcclparser.h39 NSMutableDictionary *mBundlesProcessed; // bundle IDs -> paths variable
H A Dcclparser.m58 mBundlesProcessed = [[NSMutableDictionary alloc] init];
70 [mBundlesProcessed release];
273 if ((opath = [mBundlesProcessed objectForKey:cfbundleID])) {
281 [mBundlesProcessed setObject:cclPath forKey:(id)cfbundleID];
529 [mBundlesProcessed removeAllObjects];

Completed in 105 milliseconds