bundle             25 src/getdir_darwin.c     CFBundleRef bundle;
bundle             29 src/getdir_darwin.c     bundle = CFBundleGetBundleWithIdentifier(CFSTR(LIBGAUCHE_ID));
bundle             30 src/getdir_darwin.c     if (bundle == NULL) {
bundle             37 src/getdir_darwin.c     bundleURL = CFBundleCopyBundleURL(bundle);
bundle             54 src/getdir_darwin.c     CFRelease(bundle);