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

  /system/core/adb/
get_my_path_darwin.cpp 26 CFStringRef executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
29 CFStringGetFileSystemRepresentation(executablePathString, s, maxLen);
30 CFRelease(executablePathString);
  /system/core/fastboot/
util_osx.c 36 CFStringRef executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
39 CFStringGetFileSystemRepresentation(executablePathString, s, PATH_MAX-1);
40 CFRelease(executablePathString);

Completed in 97 milliseconds