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

  /src/external/mit/libuv/dist/src/unix/
darwin-proctitle.c 43 CFBundleRef (*pCFBundleGetBundleWithIdentifier)(CFStringRef);
44 void *(*pCFBundleGetDataPointerForName)(CFBundleRef, CFStringRef);
45 void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef, CFStringRef);
54 CFBundleRef launch_services_bundle;
56 CFDictionaryRef (*pCFBundleGetInfoDictionary)(CFBundleRef);
57 CFBundleRef (*pCFBundleGetMainBundle)(void);
darwin-stub.h 44 typedef void* CFBundleRef;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp 40 /// RAII wrapper around CFBundleRef.
84 /// RAII wrapper around CFBundleRef.
85 class CFBundle : public CFReleaser<CFBundleRef> {
87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); }
90 : CFReleaser<CFBundleRef>(Url ? ::CFBundleCreate(nullptr, Url)
95 if (CFBundleRef bundle = get())
102 if (CFBundleRef bundle = get())
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 855 CFBundleRef bundle;

Completed in 18 milliseconds