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

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 547 char sdkroot_path[PATH_MAX]; local
549 if (sdk_dir_info.directory.GetPath(sdkroot_path, sizeof(sdkroot_path)))
554 sdkroot_path,
565 const char *sdkroot_path,
569 if (sdkroot_path && sdkroot_path[0] && platform_file_path && platform_file_path[0])
578 sdkroot_path,
589 sdkroot_path,
598 sdkroot_path,
    [all...]
PlatformRemoteiOS.h 157 const char *sdkroot_path,
  /external/llvm/utils/buildit/
build_llvm 92 SDKROOT_PATH=`xcodebuild -version -sdk $SDKROOT Path`
114 UNIVERSAL_SDK_PATH=$SDKROOT_PATH \
146 echo 'exec '$T' -arch armv7 -isysroot '${SDKROOT_PATH}' "$@"' >> $P || exit 1
198 if [ $SDKROOT_PATH ]; then
199 CPPFLAGS="$CPPFLAGS -isysroot $SDKROOT_PATH"

Completed in 608 milliseconds