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

  /system/core/adb/
get_my_path_darwin.cpp 25 CFURLRef executableURL = CFBundleCopyExecutableURL(mainBundle);
26 CFStringRef executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
27 CFRelease(executableURL);
  /system/core/fastboot/
util_osx.c 35 CFURLRef executableURL = CFBundleCopyExecutableURL(mainBundle);
36 CFStringRef executablePathString = CFURLCopyFileSystemPath(executableURL, kCFURLPOSIXPathStyle);
37 CFRelease(executableURL);

Completed in 1978 milliseconds