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

  /system/vold/model/
Disk.h 38 class Disk {
40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
41 virtual ~Disk();
44 /* Flag that disk is adoptable */
46 /* Flag that disk is considered primary when the user hasn't
49 /* Flag that disk is SD card */
51 /* Flag that disk is USB disk */
53 /* Flag that disk is EMMC internal */
83 /* ID that uniquely references this disk */
    [all...]
Disk.cpp 17 #include "Disk.h"
117 Disk::Disk(const std::string& eventPath, dev_t device,
121 mId = StringPrintf("disk:%u,%u", major(device), minor(device));
128 Disk::~Disk() {
133 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
146 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) {
155 status_t Disk::create() {
167 status_t Disk::destroy()
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h 78 EFI_FDC_DISK Disk;
261 // Disk change line
484 Test controller is a floppy disk drive device
727 Detect the disk in the drive is changed or not.
732 @retval EFI_SUCCESS: No disk media change
734 @retval EFI_NO_MEDIA: No disk in the drive
735 @retval EFI_MEDIA_CHANGED: There is a new disk in the drive
814 @retval EFI_WRITE_PROTECTED:The disk is write protected
824 Update the disk media properties and if necessary reinstall Block I/O interface.
975 @retval EFI_SUCCESS The disk is not write protected
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 846 VDS_DISK_NOTIFICATION Disk;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/
aws-java-sdk-storagegateway-1.11.18.jar 
  /prebuilts/tools/common/google-api-services-compute/
google-api-services-compute-v1-rev181-1.23.0.jar 

Completed in 93 milliseconds