HomeSort by relevance Sort by last modified time
    Searched full:cfurlcreatefromfilesystemrepresentation (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaObjC/
objc-cf-audited-warning.m 18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean isDirectory); // expected-note {{passing argument to parameter 'buffer' here}}
23 CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // expected-warning {{passing 'const char *' to parameter of type 'const UInt8 *' (aka 'const unsigned char *') converts between pointers to integer types with different sign}}
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 39 CFURLRef imageURLRef = CFURLCreateFromFileSystemRepresentation( NULL,
97 imageURLRef = CFURLCreateFromFileSystemRepresentation( NULL,
358 CFURLRef imageURLRef = CFURLCreateFromFileSystemRepresentation( NULL,
  /external/lldb/tools/lldb-perf/lib/
Results.cpp 173 CFURLRef file = CFURLCreateFromFileSystemRepresentation(NULL, (const UInt8*)out_path, strlen(out_path), FALSE);
  /external/lldb/tools/lldb-perf/
README 270 CFURLRef file = CFURLCreateFromFileSystemRepresentation (NULL,
  /external/lldb/source/Host/macosx/
Symbols.cpp 333 exec_url.reset(::CFURLCreateFromFileSystemRepresentation (NULL,
    [all...]
Host.mm 436 // CFCReleaser<CFURLRef> command_file_url (::CFURLCreateFromFileSystemRepresentation (NULL,
1014 CFCReleaser<CFURLRef> plist_url(CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault,
    [all...]

Completed in 485 milliseconds