Searched defs:appBundle (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp146 CFBundleRef appBundle = CFBundleGetMainBundle(); local
147 if (appBundle != nsnull)
149 CFURLRef bundleURL = CFBundleCopyExecutableURL(appBundle);
167 to do for now. (appBundle isn't released in the other place it's used.) */
168 CFRelease(appBundle);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp201 CFBundleRef appBundle = CFBundleGetMainBundle(); local
202 if (appBundle != nsnull)
204 CFURLRef bundleURL = CFBundleCopyExecutableURL(appBundle);

Completed in 46 milliseconds