HomeSort by relevance Sort by last modified time
    Searched refs:cfpath (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
unixfilesystem.cc 366 CFStringRef cfpath = (CFStringRef) CFDictionaryGetValue(procinfo,
369 bool success = ToUtf8(cfpath, &path8);
  /external/libcups/cups/
language.c 1278 CFStringRef cfpath = CFURLCopyPath(resources); local
1281 if (cfpath)
1287 CFStringGetCString(cfpath, path, sizeof(path), kCFStringEncodingUTF8);
1296 CFRelease(cfpath);
    [all...]

Completed in 587 milliseconds