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

  /system/vold/
Disk.h 66 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
VolumeBase.h 96 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
TrimTask.cpp 57 auto vol = vm->findVolume(id);
CommandListener.cpp 211 auto vol = vm->findVolume(id);
231 auto vol = vm->findVolume(id);
242 auto vol = vm->findVolume(id);
251 auto fromVol = vm->findVolume(std::string(argv[2]));
252 auto toVol = vm->findVolume(std::string(argv[3]));
Disk.cpp 125 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
130 auto stackedVol = vol->findVolume(id);
VolumeBase.cpp 154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) {
VolumeManager.h 119 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
VolumeManager.cpp 365 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) {
370 auto vol = disk->findVolume(id);
391 auto vol = findVolume(id);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 145 final VolumeInfo privateVol = findVolume(storageManager, diskId);
167 private VolumeInfo findVolume(StorageManager storageManager, String diskId) {
FormatActivity.java 122 final VolumeInfo volumeInfo = findVolume(mFormatAsPrivateDiskId);
137 private VolumeInfo findVolume(String diskId) {

Completed in 1065 milliseconds