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

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformRemoteiOS.cpp 171 m_device_support_directory(),
310 FileSpec::EnumerateDirectory (m_device_support_directory.c_str(),
459 if (m_device_support_directory.empty())
464 m_device_support_directory.assign (device_support_dir);
465 m_device_support_directory.append ("/Platforms/iPhoneOS.platform/DeviceSupport");
471 m_device_support_directory.assign (1, '\0');
474 // We should have put a single NULL character into m_device_support_directory
476 assert (m_device_support_directory.empty() == false);
477 if (m_device_support_directory[0])
478 return m_device_support_directory.c_str()
    [all...]
PlatformRemoteiOS.h 121 std::string m_device_support_directory; member in class:PlatformRemoteiOS

Completed in 450 milliseconds