bundleURL          26 src/getdir_darwin.c     CFURLRef bundleURL;
bundleURL          37 src/getdir_darwin.c     bundleURL = CFBundleCopyBundleURL(bundle);
bundleURL          38 src/getdir_darwin.c     if (bundleURL == NULL) {
bundleURL          41 src/getdir_darwin.c     bundlePath = CFURLCopyFileSystemPath(bundleURL, kCFURLPOSIXPathStyle);
bundleURL          53 src/getdir_darwin.c     CFRelease(bundleURL);