Home
last modified time | relevance | path

Searched refs:CFURLRef (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c96 CFURLRef inURL; in Launch_LSCopyItemInfoForURL()
153 CFURLRef inURL; in Launch_LSCopyDisplayNameForURL()
188 CFURLRef inURL; in Launch_LSSetExtensionHiddenForURL()
223 CFURLRef inURL; in Launch_LSCopyKindStringForURL()
243 CFURLRef outAppURL; in Launch_LSGetApplicationForItem()
268 CFURLRef outAppURL; in Launch_LSGetApplicationForInfo()
292 CFURLRef inURL; in Launch_LSGetApplicationForURL()
295 CFURLRef outAppURL; in Launch_LSGetApplicationForURL()
319 CFURLRef outAppURL; in Launch_LSFindApplicationForInfo()
367 CFURLRef inItemURL; in Launch_LSCanURLAcceptURL()
[all …]
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle()
35 CFCReleaser<CFURLRef> bundle_url(::CFURLCreateWithFileSystemPath( in SetPath()
46 CFCReleaser<CFURLRef> bundle_url(CFBundleCopyBundleURL(bundle)); in GetPath()
71 CFURLRef CFCBundle::CopyExecutableURL() const { in CopyExecutableURL()
DCFCBundle.h18 CFCBundle(CFURLRef url);
22 CFURLRef CopyExecutableURL() const;
DCFCString.cpp61 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
/external/clang/test/SemaObjC/
Dobjc-cf-audited-warning.m10 typedef const struct CF_BRIDGED_TYPE(NSURL) __CFURL * CFURLRef; typedef
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
23CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // e…
/external/llvm-project/clang/test/SemaObjC/
Dobjc-cf-audited-warning.m10 typedef const struct CF_BRIDGED_TYPE(NSURL) __CFURL * CFURLRef; typedef
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
23CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // e…
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFBundle.h29 CFURLRef CopyExecutableURL() const;
32 CFReleaser<CFURLRef> m_bundle_url;
DCFBundle.cpp64 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL()
DCFString.cpp64 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
/external/skia/src/ports/
DSkOSFile_ios.h24 sk_cfp<CFURLRef> pathURL(CFURLCreateFromFileSystemRepresentation(/*allocator=*/nullptr, in ios_get_path_in_bundle()
31 sk_cfp<CFURLRef> fileURL(CFBundleCopyResourceURL(mainBundle, pathRef.get(), in ios_get_path_in_bundle()
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp42 static CFURLRef (*g_dlsym_DBGCopyFullDSYMURLForUUID)(CFUUIDRef uuid, CFURLRef exec_url) = nullptr;
43 static CFDictionaryRef (*g_dlsym_DBGCopyDSYMPropertyLists)(CFURLRef dsym_url) = nullptr;
74 …g_dlsym_DBGCopyFullDSYMURLForUUID = (CFURLRef (*)(CFUUIDRef, CFURLRef)) dlsym (handle, "DBGCopyFul… in LocateMacOSXFilesUsingDebugSymbols()
75 …g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef (*)(CFURLRef)) dlsym (handle, "DBGCopyDSYMProp… in LocateMacOSXFilesUsingDebugSymbols()
95 CFCReleaser<CFURLRef> exec_url; in LocateMacOSXFilesUsingDebugSymbols()
105 CFCReleaser<CFURLRef> dsym_url( in LocateMacOSXFilesUsingDebugSymbols()
196 CFCReleaser<CFURLRef> bundle_exe_url( in LocateMacOSXFilesUsingDebugSymbols()
/external/llvm-project/clang/test/Analysis/
Drefcnt_naming.m5 typedef const struct __CFURL * CFURLRef; typedef
6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
/external/clang/test/Analysis/
Drefcnt_naming.m5 typedef const struct __CFURL * CFURLRef; typedef
6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
/external/python/cpython2/Include/
Dpymactoolbox.h225 extern PyObject *CFURLRefObj_New(CFURLRef);
226 extern int CFURLRefObj_Convert(PyObject *, CFURLRef *);
227 extern int OptionalCFURLRefObj_Convert(PyObject *, CFURLRef *);
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp89 CFBundle(CFURLRef Url) in CFBundle()
126 CFReleaser<CFURLRef> BundleURL(::CFURLCreateFromFileSystemRepresentation( in SetFromPath()
DSymbolMap.cpp81 CFURLRef fileURL = CFURLCreateWithFileSystemPath( in Load()
/external/skqp/src/ports/
DSkOSFile_ios.h24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c73 extern PyObject *_CFURLRefObj_New(CFURLRef);
74 extern int _CFURLRefObj_Convert(PyObject *, CFURLRef *);
75 extern int _OptionalCFURLRefObj_Convert(PyObject *, CFURLRef *);
103 OptionalCFURLRefObj_Convert(PyObject *v, CFURLRef *p_itself) in OptionalCFURLRefObj_Convert()
2245 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithString()
2246 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithString()
2261 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPath()
2280 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase()
2283 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase()
2932 CFURLRef ob_itself;
[all …]
Dcfsupport.py246 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
/external/python/cpython2/Python/
Dmactoolboxglue.c470 GLUE_CONVERT(CFURLRef, CFURLRefObj_Convert, "Carbon.CF")
471 GLUE_CONVERT(CFURLRef, OptionalCFURLRefObj_Convert, "Carbon.CF")
472 GLUE_NEW(CFURLRef, CFURLRefObj_New, "Carbon.CF")
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py101 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m76 (CFURLRef *)&appUrl);
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m76 (CFURLRef *)&appUrl);
/external/harfbuzz_ng/src/
Dhb-coretext.cc201 CFURLRef original_url = nullptr; in create_ct_font()
211 original_url = (CFURLRef) CTFontCopyAttribute (ct_font, kCTFontURLAttribute); in create_ct_font()
231 CFURLRef new_url = nullptr; in create_ct_font()
238 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
Dmain.m600 CFURLRef cfurl_ref =
602 CFURLRef cfchildurl_ref =
604 CFURLRef cfgchildurl_ref =

12