Searched refs:PlatformRemoteDarwinDevice (Results 1 – 13 of 13) sorted by relevance
29 PlatformRemoteDarwinDevice::SDKDirectoryInfo::SDKDirectoryInfo( in SDKDirectoryInfo()39 PlatformRemoteDarwinDevice::PlatformRemoteDarwinDevice() in PlatformRemoteDarwinDevice() function in PlatformRemoteDarwinDevice50 PlatformRemoteDarwinDevice::~PlatformRemoteDarwinDevice() {} in ~PlatformRemoteDarwinDevice()52 void PlatformRemoteDarwinDevice::GetStatus(Stream &strm) { in GetStatus()68 Status PlatformRemoteDarwinDevice::ResolveExecutable( in ResolveExecutable()136 PlatformRemoteDarwinDevice::GetContainedFilesIntoVectorOfStringsCallback( in GetContainedFilesIntoVectorOfStringsCallback()138 ((PlatformRemoteDarwinDevice::SDKDirectoryInfoCollection *)baton) in GetContainedFilesIntoVectorOfStringsCallback()139 ->push_back(PlatformRemoteDarwinDevice::SDKDirectoryInfo(FileSpec(path))); in GetContainedFilesIntoVectorOfStringsCallback()143 bool PlatformRemoteDarwinDevice::UpdateSDKDirectoryInfosIfNeeded() { in UpdateSDKDirectoryInfosIfNeeded()264 const PlatformRemoteDarwinDevice::SDKDirectoryInfo *[all …]
19 class PlatformRemoteDarwinDevice : public PlatformDarwin {21 PlatformRemoteDarwinDevice();23 ~PlatformRemoteDarwinDevice() override;104 PlatformRemoteDarwinDevice(const PlatformRemoteDarwinDevice &) = delete;105 const PlatformRemoteDarwinDevice &106 operator=(const PlatformRemoteDarwinDevice &) = delete;
20 class PlatformRemoteAppleTV : public PlatformRemoteDarwinDevice {
20 class PlatformRemoteAppleBridge : public PlatformRemoteDarwinDevice {
21 class PlatformRemoteAppleWatch : public PlatformRemoteDarwinDevice {
19 class PlatformRemoteiOS : public PlatformRemoteDarwinDevice {
21 class PlatformRemoteMacOSX : public virtual PlatformRemoteDarwinDevice {
16 PlatformRemoteDarwinDevice.cpp
32 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleBridge()
139 : PlatformRemoteDarwinDevice() {} in PlatformRemoteiOS()
33 : PlatformRemoteDarwinDevice () {} in PlatformRemoteAppleTV()
149 : PlatformRemoteDarwinDevice() {} in PlatformRemoteAppleWatch()
33 PlatformRemoteMacOSX::PlatformRemoteMacOSX() : PlatformRemoteDarwinDevice() {} in PlatformRemoteMacOSX()