Searched refs:bundleUrl (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c137 CFURLRef bundleUrl = NULL;
267 bundleUrl = CFBundleCopyBundleURL(bundleRef);
269 if (bundleUrl) {
288 bundledExecutable = CFEqual(bundleUrl, url);
291 CFRelease(bundleUrl);
136 CFURLRef bundleUrl = NULL; local
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXInit.c215 CFURLRef bundleUrl = NULL;
270 bundleUrl = CFBundleCopyBundleURL(bundleRef);
272 if (bundleUrl) {
294 bundledExecutable = CFEqual(bundleUrl, url);
297 CFRelease(bundleUrl);
213 CFURLRef bundleUrl = NULL; local
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c197 CFURLRef bundleUrl = CFBundleCopyBundleURL(currBundle); local
198 CFStringRef bundlePath = CFURLCopyPath(bundleUrl);
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c283 CFURLRef bundleUrl; local
294 bundleUrl = CFURLCreateWithFileSystemPath(NULL, str, kCFURLPOSIXPathStyle, 1);
296 bundle = CFBundleCreate(NULL, bundleUrl);
304 CFRelease(bundleUrl);

Completed in 101 milliseconds