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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.cc 21 // Returns true when |disk| is a device on which we can burn recovery image.
22 bool IsBurnableDevice(const DiskMountManager::Disk& disk) {
23 return disk.is_parent() && !disk.on_boot_device() && disk.has_media() &&
24 (disk.device_type() == DEVICE_TYPE_USB ||
25 disk.device_type() == DEVICE_TYPE_SD);
46 std::vector<DiskMountManager::Disk> BurnDeviceHandler::GetBurnableDevices() {
48 std::vector<DiskMountManager::Disk> result
52 const DiskMountManager::Disk& disk = *iter->second; local
    [all...]
burn_device_handler_unittest.cc 37 // Emulates to add new disk physically (e.g., connecting a
39 void EmulateAddDisk(scoped_ptr<Disk> in_disk) {
44 Disk* disk = in_disk.get(); local
45 bool new_disk = InsertDisk(disk->device_path(), in_disk.Pass());
48 OnDiskEvent(new_disk ? DISK_ADDED : DISK_CHANGED, disk));
51 // Emulates to remove a disk phyically (e.g., removing a USB flash from
54 scoped_ptr<Disk> disk(RemoveDisk(source_path));
55 if (disk.get())
    [all...]
  /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...]
  /bootable/diskinstaller/
installer_img_layout.conf 4 # bytes in a disk "block", must be a power of 2!
10 # Autodetect disk size if == 0
android_img_data_layout.conf 4 # bytes in a disk "block", must be a power of 2!
10 # Autodetect disk size if == 0
android_img_system_layout.conf 4 # bytes in a disk "block", must be a power of 2!
10 # Autodetect disk size if == 0
  /external/kernel-headers/original/asm-arm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 69 scoped_ptr<DiskMountManager::Disk> disk1(new DiskMountManager::Disk(
91 disks_.insert(std::pair<std::string, DiskMountManager::Disk*>(
97 // Disk Added
100 // Disk Changed
101 scoped_ptr<DiskMountManager::Disk> disk2(new DiskMountManager::Disk(
122 disks_.insert(std::pair<std::string, DiskMountManager::Disk*>(
128 scoped_ptr<DiskMountManager::Disk> disk(new DiskMountManager::Disk
185 Disk* disk = new DiskMountManager::Disk(std::string(mount_info.source_path), local
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_mac.h 19 // This class posts notifications to listeners when a new disk
50 static void DiskAppearedCallback(DADiskRef disk, void* context);
51 static void DiskDisappearedCallback(DADiskRef disk, void* context);
52 static void DiskDescriptionChangedCallback(DADiskRef disk,
55 void GetDiskInfoAndUpdate(DADiskRef disk, UpdateType update_type);
62 // Maps disk bsd names to disk info objects. This map tracks all mountable
  /external/chromium_org/chrome/browser/mac/
install_from_dmg.h 10 // If the application is running from a read-only disk image, prompts the user
17 // where the device name corresponds to a disk image, unmounts all filesystems
18 // on that disk image ("diskN", even if "diskNsM" was supplied), "ejects" the
19 // disk image from the system, and places the disk image file into the Trash.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quotaio_v1.h 16 * The following structure defines the format of the disk quota file
17 * (as it appears on disk) - the file is an array of these structures
21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
27 time_t dqb_btime; /* time limit for excessive disk use */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v1.h 16 * The following structure defines the format of the disk quota file
17 * (as it appears on disk) - the file is an array of these structures
21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
27 time_t dqb_btime; /* time limit for excessive disk use */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v1.h 16 * The following structure defines the format of the disk quota file
17 * (as it appears on disk) - the file is an array of these structures
21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
27 time_t dqb_btime; /* time limit for excessive disk use */
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
mkcard.sh 7 SIZE=`fdisk -l $DRIVE | grep Disk | awk '{print $5}'`
9 echo DISK SIZE - $SIZE bytes
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 40 VLOG(1) << "Cannot find disk mounted as '" << kRootDirectory << "'.";
44 // Return the Volume UUID property of a BSD disk name (e.g. '/dev/disk1').
55 base::ScopedCFTypeRef<DADiskRef> disk(
57 if (disk.get() == NULL) {
58 VLOG(1) << "Error creating DA disk from BSD disk name.";
63 DADiskCopyDescription(disk));
65 VLOG(1) << "Error getting disk description.";
73 VLOG(1) << "Error getting volume UUID of disk.";
87 // Return Volume UUID property of disk mounted as "/"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 3 * on-disk data structures
9 * On-disk structures
36 __u32 t_blocknr; /* The on-disk block number */
41 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
  /external/javassist/sample/preproc/
package.html 6 The produced class files are saved on a local disk.
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/
manualTest1.htm 66 <h1>Compiler Disk v1</h1>
67 <img src=img.gif alt="Contents Compiler Disk v1">
68 <p class=captionFigure>Contents Compiler Disk v1</p>
73 <h1>Compiler Disk v2</h1>
74 <img src=img.gif alt="Contents Compiler Disk v2">
75 <p class=captionFigure>Contents Compiler Disk v2</p>
83 <h1>Library System Disk</h1>
  /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...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
mounted_disk_monitor.cc 61 const DiskMountManager::Disk& disk) const {
62 return unmounted_while_resuming_.count(disk.fs_uuid()) > 0;
75 const DiskMountManager::Disk* disk = local
77 if (!disk || error_code != chromeos::MOUNT_ERROR_NONE)
79 mounted_disks_[mount_info.source_path] = disk->fs_uuid();
98 const chromeos::disks::DiskMountManager::Disk* disk) {
event_router.h 33 // Monitors changes in disk mounts, network connection state and preferences
70 const chromeos::disks::DiskMountManager::Disk* disk) OVERRIDE;
110 void OnDiskAdded(const chromeos::disks::DiskMountManager::Disk* disk);
111 void OnDiskRemoved(const chromeos::disks::DiskMountManager::Disk* disk);
112 void OnDiskMounted(const chromeos::disks::DiskMountManager::Disk* disk);
113 void OnDiskUnmounted(const chromeos::disks::DiskMountManager::Disk* disk)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 1 """Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files
20 """move: Move disk item(s) to a new location.
22 Keyword argument to: The new location for the disk item(s).
43 """application - The Disk-Folder-File Suite host program """
56 """properties - every property of the Disk-Folder-File Suite host program """
74 class disk(aetools.ComponentItem): class in inherits:aetools.ComponentItem
75 """disk - A disk in the file system """
78 """POSIX path - the POSIX file system path of the disk """
82 """capacity - the total number of bytes (free or used) on the disk """
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>