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

  /external/autotest/client/tests/kvm/tests/
unattended_install.py 43 class Disk(object):
45 Abstract class for Disk objects, with the common methods implemented.
56 logging.debug("Copying %s to disk image mount", src)
67 logging.debug("Disk %s successfuly set", self.path)
70 class FloppyDisk(Disk):
72 Represents a 1.44 MB floppy disk. We can copy files to it, and setup it in
133 4) Re-write the config file to the disk
160 driver floppy disk. Important to note that it's possible to specify
173 class CdromDisk(Disk):
175 Represents a CDROM disk that we can master according to our needs
    [all...]
  /system/vold/
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 */
86 /* ID that uniquely references this disk */
    [all...]
Disk.cpp 17 #include "Disk.h"
109 Disk::Disk(const std::string& eventPath, dev_t device,
113 mId = StringPrintf("disk:%u,%u", major(device), minor(device));
120 Disk::~Disk() {
125 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
138 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) {
147 status_t Disk::create() {
156 status_t Disk::destroy()
    [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...]

Completed in 375 milliseconds