HomeSort by: relevance | last modified time | path
    Searched refs:core_foundation_handle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
darwin-proctitle.c 53 void* core_foundation_handle;
69 core_foundation_handle = dlopen("/System/Library/Frameworks/"
74 if (application_services_handle == NULL || core_foundation_handle == NULL)
78 dlsym(core_foundation_handle, "CFStringCreateWithCString");
80 dlsym(core_foundation_handle, "CFBundleGetBundleWithIdentifier");
82 dlsym(core_foundation_handle, "CFBundleGetDataPointerForName");
84 dlsym(core_foundation_handle, "CFBundleGetFunctionPointerForName");
121 *(void **)(&pCFBundleGetInfoDictionary) = dlsym(core_foundation_handle,
123 *(void **)(&pCFBundleGetMainBundle) = dlsym(core_foundation_handle,
168 if (core_foundation_handle != NULL
    [all...]
fsevents.c 505 static void* core_foundation_handle; local
511 if (core_foundation_handle != NULL)
520 core_foundation_handle = dlopen("/System/Library/Frameworks/"
524 if (core_foundation_handle == NULL)
542 V(core_foundation_handle, CFArrayCreate);
543 V(core_foundation_handle, CFRelease);
544 V(core_foundation_handle, CFRunLoopAddSource);
545 V(core_foundation_handle, CFRunLoopGetCurrent);
546 V(core_foundation_handle, CFRunLoopRemoveSource);
547 V(core_foundation_handle, CFRunLoopRun)
    [all...]

Completed in 22 milliseconds