HomeSort by relevance Sort by last modified time
    Searched defs:findVolume (Results 1 - 4 of 4) sorted by null

  /system/vold/model/
VolumeBase.cpp 155 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) {
Disk.cpp 133 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
138 auto stackedVol = vol->findVolume(id);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
FormatActivity.java 125 final VolumeInfo volumeInfo = findVolume(mFormatAsPrivateDiskId);
140 private VolumeInfo findVolume(String diskId) {
  /system/vold/
VolumeManager.cpp 294 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) {
302 auto vol = disk->findVolume(id);

Completed in 191 milliseconds