/external/e2fsprogs/ext2ed/ |
Makefile.in | 23 $(srcdir)/disk.c $(srcdir)/win.c $(srcdir)/group_com.c \ 28 disk.o win.o group_com.o file_com.o blockbitmap_com.o ext2_com.o \ 89 disk.o: $(srcdir)/disk.c $(srcdir)/ext2ed.h
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager.cc | 169 const chromeos::disks::DiskMountManager::Disk* disk) { 176 if (disk) { 177 volume_info.device_type = disk->device_type(); 179 base::FilePath(disk->system_path_prefix()); 180 volume_info.is_parent = disk->is_parent(); 181 volume_info.is_read_only = disk->is_read_only(); 423 const chromeos::disks::DiskMountManager::Disk* disk) { 427 if (disk->is_hidden() 525 const chromeos::disks::DiskMountManager::Disk* const disk = member in class:file_manager::chromeos::disks::DiskMountManager [all...] |
volume_manager.h | 101 // file system. In case of removables, if disk is a parent, then its label, 172 const chromeos::disks::DiskMountManager::Disk* disk) OVERRIDE;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
__init__.py | 86 getbaseclasses(disk) 117 'cdis' : disk,
|
System_Events_Suite.py | 81 'disk' : Disk_Folder_File_Suite.disk,
|
Power_Suite.py | 121 'disk' : Disk_Folder_File_Suite.disk,
|
/build/tools/ |
dump-package-stats | 42 filesize: the size of the package on disk
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager.h | 221 virtual void OnDeviceAdded(const disks::DiskMountManager::Disk& disk) = 0; 224 virtual void OnDeviceRemoved(const disks::DiskMountManager::Disk& disk) = 0; 268 std::vector<disks::DiskMountManager::Disk> GetBurnableDevices(); 368 void NotifyDeviceAdded(const disks::DiskMountManager::Disk& disk); 369 void NotifyDeviceRemoved(const disks::DiskMountManager::Disk& disk);
|
burn_manager.cc | 286 std::vector<disks::DiskMountManager::Disk> BurnManager::GetBurnableDevices() { 636 const disks::DiskMountManager::Disk& disk) { 637 FOR_EACH_OBSERVER(Observer, observers_, OnDeviceAdded(disk)); 641 const disks::DiskMountManager::Disk& disk) { 642 FOR_EACH_OBSERVER(Observer, observers_, OnDeviceRemoved(disk)); 644 if (target_device_path_.value() == disk.device_path()) {
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_view.css | 70 #timeline-view-disk-cache-bytes-read { 74 #timeline-view-disk-cache-bytes-written {
|
events_view.css | 76 #events-view-source-list-tbody .source-disk-cache-entry,
|
/external/chromium_org/components/storage_monitor/ |
storage_monitor_chromeos.h | 38 // Sets up disk listeners and issues notifications for any discovered 49 const chromeos::disks::DiskMountManager::Disk* disk) OVERRIDE;
|
/system/extras/f2fs_utils/ |
make_f2fs_main.c | 26 #include <sys/disk.h>
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 15 # The Original Code is pkg-dmg, a Mac OS X disk image (.dmg) packager 45 B<pkg-dmg> - Mac OS X disk image (.dmg) packager 70 it into a disk image stored as I<target-image>. The disk image will 86 The disk image to create. If it exists and is not in use, it will be 94 The format to create the disk image in. Valid values for I<format> are: 108 The name of the volume in the disk image. If not specified, I<volume-name> 121 Specifies a directory that should be created in the disk image. 129 Additional files to copy into the disk image. If I<dest> is 137 to disk images [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.h | 50 // Monitors changes in disk mounts, network connection state and preferences 115 const chromeos::disks::DiskMountManager::Disk& disk, 118 const chromeos::disks::DiskMountManager::Disk& disk) OVERRIDE; 171 // |mount_path|. Disk.mount_path() is empty, since it is being filled out
|
/external/chromium_org/chromeos/disks/ |
mock_disk_mount_manager.h | 32 const DiskMountManager::Disk*(const std::string&)); 57 // Creates a fake disk entry for the mounted device. This function is 72 // Removes the fake disk entry associated with the mounted device. This 89 // Returns Disk object associated with the |source_path| or NULL on failure. 90 const DiskMountManager::Disk* FindDiskBySourcePathInternal( 101 // Notifies observers about disk status update. 103 const DiskMountManager::Disk* disk);
|
disk_mount_manager.h | 52 class Disk { 54 Disk(const std::string& device_path, 74 ~Disk(); 95 // If disk is a parent, then its label, else parents label. 172 typedef std::map<std::string, Disk*> DiskMap; 209 // Implement this interface to be notified about disk/mount related events. 214 // Called when disk mount status is changed. 215 virtual void OnDiskEvent(DiskEvent event, const Disk* disk) = 0; 240 // Returns Disk object corresponding to |source_path| or NULL on failure [all...] |
/external/fio/os/ |
os-freebsd.h | 8 #include <sys/disk.h>
|
os-mac.h | 8 #include <sys/disk.h>
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id_mac.cc | 53 VLOG(1) << "Cannot find disk mounted as '" << kRootDirectory << "'."; 57 // Return the Volume UUID property of a BSD disk name (e.g. '/dev/disk1'). 68 base::ScopedCFTypeRef<DADiskRef> disk( 70 if (disk.get() == NULL) { 71 VLOG(1) << "Error creating DA disk from BSD disk name."; 76 DADiskCopyDescription(disk)); 78 VLOG(1) << "Error getting disk description."; 86 VLOG(1) << "Error getting volume UUID of disk."; 100 // Return Volume UUID property of disk mounted as "/" [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
malloc_common.tcl | 44 -injecterrlist {{1 {disk I/O error}}} \ 49 -injecterrlist {{1 {disk I/O error}}} \ 58 -injecterrlist {{1 {database or disk is full}}} \ 68 -injecterrlist {{1 {disk I/O error}}} \ 75 -injecterrlist {{1 {disk I/O error}}} \
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_external_updater.h | 22 // Observes the disk mount/unmount events, scans the usb stick for external 57 const disks::DiskMountManager::Disk* disk) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ |
boot_times_loader.h | 55 // Records current uptime and disk usage for metrics use. 144 const std::string& disk() const { return disk_; } function in class:chromeos::BootTimesLoader::Stats
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 122 getbaseclasses(disk) 197 'cdis' : disk,
|
/external/e2fsprogs/lib/blkid/ |
getsize.c | 39 #include <sys/disk.h> 147 * Note that FreeBSD >= 4.0 has disk devices as unbuffered (raw,
|