Home
last modified time | relevance | path

Searched refs:removableDrives (Results 1 – 19 of 19) sorted by path

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/android/storage/
H A DAndroidStorageProvider.cpp120 void CAndroidStorageProvider::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
205 removableDrives.insert(removableDrives.end(), droidDrives.begin(), droidDrives.end()); in GetRemovableDrives()
222 removableDrives.emplace_back(share); in GetRemovableDrives()
H A DAndroidStorageProvider.h28 void GetRemovableDrives(VECSOURCES& removableDrives) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/ios-common/storage/
H A DIOSStorageProvider.h26 void GetRemovableDrives(VECSOURCES& removableDrives) override {} in GetRemovableDrives() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/storage/
H A DOSXStorageProvider.cpp96 void COSXStorageProvider::GetRemovableDrives(VECSOURCES& removableDrives) in GetRemovableDrives() argument
136 removableDrives.push_back(share); in GetRemovableDrives()
H A DOSXStorageProvider.h27 void GetRemovableDrives(VECSOURCES& removableDrives) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/linux/storage/
H A DLinuxStorageProvider.cpp73 void CLinuxStorageProvider::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
75 m_instance->GetRemovableDrives(removableDrives); in GetRemovableDrives()
H A DLinuxStorageProvider.h24 void GetRemovableDrives(VECSOURCES &removableDrives) override;
H A DUDevProvider.cpp188 void CUDevProvider::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
190 GetDisks(removableDrives, true); in GetRemovableDrives()
H A DUDevProvider.h29 void GetRemovableDrives(VECSOURCES &removableDrives) override;
H A DUDisks2Provider.h98 void GetRemovableDrives(VECSOURCES &removableDrives) override in GetRemovableDrives() argument
99 { GetDisks(removableDrives, true); } in GetRemovableDrives()
H A DUDisksProvider.h49 void GetRemovableDrives(VECSOURCES &removableDrives) override { GetDisks(removableDrives, true); } in GetRemovableDrives() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/
H A DPosixMountProvider.h26 void GetRemovableDrives(VECSOURCES &removableDrives) override { /*GetDrives(removableDrives);*/ } in GetRemovableDrives() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/storage/
H A DWin10StorageProvider.cpp83 void CStorageProvider::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
88 GetDrivesByType(removableDrives, REMOVABLE_DRIVES, true); in GetRemovableDrives()
103 …auto exiting = std::find_if(removableDrives.begin(), removableDrives.end(), [&driveLetter](CMediaS… in GetRemovableDrives()
106 if (exiting != removableDrives.end()) in GetRemovableDrives()
118 removableDrives.push_back(source); in GetRemovableDrives()
H A DWin10StorageProvider.h27 void GetRemovableDrives(VECSOURCES &removableDrives) override;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/storage/
H A DWin32StorageProvider.cpp67 void CWin32StorageProvider::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
69 GetDrivesByType(removableDrives, REMOVABLE_DRIVES, true); in GetRemovableDrives()
H A DWin32StorageProvider.h35 virtual void GetRemovableDrives(VECSOURCES &removableDrives);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/storage/
H A DIStorageProvider.h38 virtual void GetRemovableDrives(VECSOURCES &removableDrives) = 0;
H A DMediaManager.cpp159 void CMediaManager::GetRemovableDrives(VECSOURCES &removableDrives) in GetRemovableDrives() argument
163 m_platformStorage->GetRemovableDrives(removableDrives); in GetRemovableDrives()
H A DMediaManager.h54 void GetRemovableDrives(VECSOURCES &removableDrives);