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

  /external/chromium_org/chrome/test/functional/
chromeos_basic.py 38 volume_info = self.GetVolumeInfo()
46 self.SetVolume(volume_info['volume'])
47 self.SetMute(volume_info['is_mute'])
48 self.assertEqual(volume_info, self.GetVolumeInfo())
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 71 base::DictionaryValue* volume_info = new base::DictionaryValue(); local
82 volume_info->SetString("devicePath", volume->device_path());
83 volume_info->SetString("mountPath", mount_path);
84 volume_info->SetString("systemPath", volume->system_path());
85 volume_info->SetString("filePath", volume->file_path());
86 volume_info->SetString("deviceLabel", volume->device_label());
87 volume_info->SetString("driveLabel", volume->drive_label());
88 volume_info->SetString(
91 volume_info->SetDouble("totalSize",
93 volume_info->SetBoolean("isParent", volume->is_parent())
516 DictionaryValue* volume_info = local
    [all...]
  /system/vold/
VolumeManager.h 140 int getDirectVolumeList(struct volume_info *vol_list);
164 int vold_getDirectVolumeList(struct volume_info *v);
DirectVolume.h 61 int getVolInfo(struct volume_info *v);
Volume.h 87 virtual int getVolInfo(struct volume_info *v) = 0;
cryptfs.h 121 struct volume_info { struct
DirectVolume.cpp 456 int DirectVolume::getVolInfo(struct volume_info *v)
461 /* Other fields of struct volume_info are filled in by the caller or cryptfs.c */
cryptfs.c     [all...]
VolumeManager.cpp     [all...]

Completed in 488 milliseconds