HomeSort by relevance Sort by last modified time
    Searched refs:disk (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 40 const chromeos::MountLibrary::Disk* disk) {
42 result->SetString("mountPath", disk->mount_path());
43 result->SetString("label", disk->device_label());
44 result->SetString("deviceType", DeviceTypeToString(disk->device_type()));
45 result->SetInteger("totalSizeKB", disk->total_size() / 1024);
46 result->SetBoolean("readOnly", disk->is_read_only());
92 const chromeos::MountLibrary::Disk* disk) {
94 OnDiskAdded(disk);
    [all...]
file_browser_event_router.h 22 // Used to monitor disk mount changes and signal when new mounted usb device is
36 const chromeos::MountLibrary::Disk* disk);
50 void OnDiskAdded(const chromeos::MountLibrary::Disk* disk);
51 void OnDiskRemoved(const chromeos::MountLibrary::Disk* disk);
52 void OnDiskChanged(const chromeos::MountLibrary::Disk* disk);
62 void DispatchEvent(const chromeos::MountLibrary::Disk* disk, bool added)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.cc 18 MountLibrary::Disk::Disk(const std::string& device_path,
112 virtual void RefreshDiskProperties(const Disk* disk) OVERRIDE {
114 DCHECK(disk); variable
116 OnGetDiskProperties(disk->device_path().c_str(),
122 GetDiskProperties(disk->device_path().c_str(),
158 // Callback for disk information retrieval calls.
161 const DiskInfo* disk,
167 disk,
209 Disk* disk = iter->second; local
231 Disk* disk = iter->second; local
254 const DiskInfoAdvanced* disk = local
350 Disk* disk = iter->second; local
378 Disk* disk = iter->second; local
    [all...]
mock_mount_library.cc 49 scoped_ptr<MountLibrary::Disk> disk1(new MountLibrary::Disk(
65 disks_.insert(std::pair<std::string, MountLibrary::Disk*>(
73 // Disk Added
77 // Disk Changed
78 scoped_ptr<MountLibrary::Disk> disk2(new MountLibrary::Disk(
93 disks_.insert(std::pair<std::string, MountLibrary::Disk*>(
100 scoped_ptr<MountLibrary::Disk> disk(new MountLibrary::Disk
    [all...]
mock_mount_library.h 45 const MountLibrary::Disk* disk);
mount_library.h 36 class Disk {
38 Disk(const std::string& device_path,
61 // If disk is a parent, then its label, else parents label.
96 typedef std::map<std::string, Disk*> DiskMap;
103 const Disk* disk) = 0;
  /external/e2fsprogs/misc/
base_device.c 6 * one time. Otherwise, the disk heads will be seeking all over the
44 const char **hier, *disk; local
64 * on one disk, since we don't know how to parallelize them.
124 /* Now handle devfs /dev/disc or /dev/disk names */
125 disk = 0;
127 disk = "disc";
129 disk = "disk";
130 if (disk) {
132 if (strncmp(cp, disk, 4) != 0
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 30 # Script used by build slaves to create a disk-image containing WebKit.app.
70 print "Creating disk image...\n";
72 die "Creating disk image failed" if $?;
78 print "Compressing disk image...\n";
79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
81 die "Compressing disk image failed" if $?;
91 system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image";
92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest";
98 system("rsync", "-vP", $nightlyLauncherDiskImagePath, $remoteDiskImagePath) == 0 or die "Failed uploading disk image";
117 print "Disk image left at $nightlyLauncherDiskImagePath\n"
    [all...]
  /external/kernel-headers/original/linux/
genhd.h 6 * Generic hard disk header file by
141 * Macros to operate on percpu disk statistics:
195 /* Inlines to alloc and free disk stats in struct gendisk */
197 static inline int init_disk_stats(struct gendisk *disk)
199 disk->dkstats = alloc_percpu(struct disk_stats);
200 if (!disk->dkstats)
205 static inline void free_disk_stats(struct gendisk *disk)
207 free_percpu(disk->dkstats);
210 static inline int init_disk_stats(struct gendisk *disk)
215 static inline void free_disk_stats(struct gendisk *disk)
    [all...]
blkdev.h 594 extern int blk_register_queue(struct gendisk *disk);
595 extern void blk_unregister_queue(struct gendisk *disk);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
build.com 90 $ then 'COPY' [.misc]parse.% sys$disk:[]y_tab.*
120 $ open/Write optfile sys$disk:[]crtl.opt
130 $ open/Write optfile sys$disk:[]ident.opt
139 sys$disk:[]crtl.opt/Opt,sys$disk:[]ident.opt/Opt
146 $ mcr sys$disk:[]flex.exe -t -p scan.l > scan.chk
  /build/tools/
dump-package-stats 42 filesize: the size of the package on disk
  /external/qemu/block/
bochs.c 2 * Block driver for the various disk image formats used by Bochs
54 uint64_t disk; // disk size member in struct:bochs_header_v1::__anon9527::__anon9528
75 uint64_t disk; // disk size member in struct:bochs_header::__anon9529::__anon9530
133 bs->total_sectors = le64_to_cpu(header_v1.extra.redolog.disk) / 512;
135 bs->total_sectors = le64_to_cpu(bochs.extra.redolog.disk) / 512;
  /bootable/diskinstaller/
config.mk 207 @echo "Creating bootable android disk image: $@"
214 @echo "Done with bootable android disk image -[ $@ ]-"
218 # now convert the installer_img (disk image) to a VirtualBox image
234 @echo "Done with VirtualBox bootable disk image -[ $@ ]-"
  /external/grub/docs/
menu.lst 75 # For installing GRUB into the hard disk
76 title Install GRUB into the hard disk
  /system/extras/ext4_utils/
make_ext4fs_main.c 23 #include <sys/disk.h>
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 38 // Prefix for the disk usage files.
39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-");
44 // Delay in milliseconds before writing the login times to disk.
237 const std::string& disk) {
245 AppendFile(disk_output, disk.data(), disk.size());
313 RecordStatsDelayed, name, stats.uptime, stats.disk));
322 file_util::ReadFileToString(kDiskStat, &stats.disk);
boot_times_loader.h 84 // Records current uptime and disk usage for metrics use.
149 std::string disk; member in struct:chromeos::BootTimesLoader::Stats
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 183 const chromeos::MountLibrary::Disk* disk) OVERRIDE;
  /external/e2fsprogs/lib/blkid/
getsize.c 39 #include <sys/disk.h>
142 * Note that FreeBSD >= 4.0 has disk devices as unbuffered (raw,
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py 72 """Have the files in this TestOutput write themselves to the disk at the specified location."""
134 """Deletes the files that comprise this TestOutput from disk. This
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom.c 470 Boolean disk = false; local
495 disk = true;
499 /* If no disk is present, just eject the tray */
500 if (! disk) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 104 PreferencePage_Save_Disk=Save to disk
  /external/e2fsprogs/lib/ext2fs/
getsize.c 39 #include <sys/disk.h>
  /external/grub/util/
mkbimage 77 Type of the file system to create on the virtual disk. Choices
336 # We start by creating a virtual disk which size is the number of
338 # Create the empty virtual disk
341 # We then format the virtual disk
408 And for El Torito Hard Disk emulation:
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>

Completed in 4101 milliseconds

1 2