Home
last modified time | relevance | path

Searched refs:developer_dir (Results 1 – 7 of 7) sorted by relevance

/external/skia/gn/
Dcompile_ib_files.py25 if args.developer_dir:
26 os.environ['DEVELOPER_DIR'] = args.developer_dir
Dios.gni52 # "--developer_dir",
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp334 std::string developer_dir = HostInfo::GetXcodeDeveloperDirectory().GetPath(); in CollectKextAndKernelDirectories() local
335 if (developer_dir.empty()) in CollectKextAndKernelDirectories()
336 developer_dir = "/Applications/Xcode.app/Contents/Developer"; in CollectKextAndKernelDirectories()
339 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
341 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
343 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
345 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
349 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
368 FileSpec possible_dir(developer_dir + "/../Symbols"); in CollectKextAndKernelDirectories()
DPlatformAppleSimulator.cpp94 std::string developer_dir = HostInfo::GetXcodeDeveloperDirectory().GetPath(); in GetStatus() local
97 developer_dir.c_str()); in GetStatus()
140 std::string developer_dir = HostInfo::GetXcodeDeveloperDirectory().GetPath(); in ConnectRemote() local
143 developer_dir.c_str()); in ConnectRemote()
256 std::string developer_dir = HostInfo::GetXcodeDeveloperDirectory().GetPath(); in GetSimulatorDevice() local
258 developer_dir.c_str()) in GetSimulatorDevice()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h197 static DeviceSet GetAllDevices(const char *developer_dir);
199 static DeviceSet GetAvailableDevices(const char *developer_dir);
DPlatformiOSSimulatorCoreSimulatorSupport.mm549 CoreSimulatorSupport::DeviceSet::GetAllDevices(const char *developer_dir) {
550 if (!developer_dir || !developer_dir[0])
554 NSString *dev_dir = @(developer_dir);
568 const char *developer_dir) {
569 return GetAllDevices(developer_dir).GetDevicesIf([](Device d) -> bool {
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm378 llvm::StringRef developer_dir = "") -> std::string {
380 if (!developer_dir.empty())
381 xcrun_cmd = "/usr/bin/env DEVELOPER_DIR=\"" + developer_dir.str() +
412 std::string developer_dir = GetEnvDeveloperDir();
413 if (!developer_dir.empty()) {
415 return xcrun(sdk_name, developer_dir);