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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
blkpg.h 5 * Partition table and disk geometry handling
11 * find the device number of the encompassing disk)
12 * get_all_partitions() (given the device number of a disk, return the
dqblk_xfs.h 23 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).
36 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */
37 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */
39 #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */
55 __u64 d_blk_hardlimit;/* absolute limit on disk blks */
56 __u64 d_blk_softlimit;/* preferred limit on disk blks */
59 __u64 d_bcount; /* # disk blocks owned by the user */
63 __s32 d_btimer; /* similar to above; for disk blocks */
65 __u16 d_bwarns; /* # warnings issued wrt disk blocks */
68 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks *
    [all...]
minix_fs.h 30 * This is the original minix inode layout on disk.
62 * minix super-block data on disk
78 * V3 minix super-block data on disk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 22 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */
23 unsigned int rq_bsoftlimit; /* preferred limit on disk blks */
28 unsigned int rq_btimeleft; /* time left for excessive disk use */
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router_browsertest.cc 46 // Prepare a fake disk. All that matters here is that the mount point is empty
48 DiskMountManager::Disk disk(
59 event_router->OnDiskEvent(event, &disk);
69 event_router->OnDiskEvent(event, &disk);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 36 virtual void OnDeviceAdded(const disks::DiskMountManager::Disk& disk) = 0;
38 virtual void OnDeviceRemoved(const disks::DiskMountManager::Disk& disk) = 0;
63 virtual std::vector<disks::DiskMountManager::Disk> GetBurnableDevices() = 0;
burn_device_handler.h 26 typedef base::Callback<void(const disks::DiskMountManager::Disk& disk)>
44 std::vector<disks::DiskMountManager::Disk> GetBurnableDevices();
49 const disks::DiskMountManager::Disk* disk) OVERRIDE;
burn_controller.cc 46 const disks::DiskMountManager::Disk& disk) OVERRIDE {
47 delegate_->OnDeviceAdded(disk);
52 const disks::DiskMountManager::Disk& disk) OVERRIDE {
53 delegate_->OnDeviceRemoved(disk);
110 virtual std::vector<disks::DiskMountManager::Disk> GetBurnableDevices()
159 const disks::DiskMountManager::Disk* disk = local
161 return disk ? disk->total_size_in_bytes() : 0
    [all...]
  /frameworks/base/docs/html/tools/help/
mksdcard.jd 6 <p>The <code>mksdcard</code> tool lets you quickly create a FAT32 disk image that you can load in the
29 <td>A volume label for the disk image to create.</td>
35 <td>An integer that specifies the size (in bytes) of disk image to create. You can also
43 <td>The path/filename of the disk image to create.</td>
47 <p>Once you have created the disk image file, you can load it in the emulator at startup using
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 111 DiskMap::const_iterator disk = disks_.find(device_path); variable
112 if (disk == disks_.end()) {
118 UnmountPath(disk->second->mount_path(),
201 virtual const Disk* FindDiskBySourcePath(const std::string& source_path)
213 virtual bool AddDiskForTest(Disk* disk) OVERRIDE {
214 if (disks_.find(disk->device_path()) != disks_.end()) {
215 LOG(ERROR) << "Attempt to add a duplicate disk";
219 disks_.insert(std::make_pair(disk->device_path(), disk));
333 Disk* disk = iter->second; local
387 DiskMap::const_iterator disk = disks_.find(device_path); local
427 Disk* disk = new Disk(disk_info.device_path(), local
468 Disk* disk = iter->second; local
495 Disk* disk = iter->second; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
diskfull.test 12 # focus of this file is testing for correct handling of disk full
43 } {1 {database or disk is full}}
51 } {1 {database or disk is full}}
67 set r {1 {database or disk is full}}
70 if {$r=="1 {disk I/O error}"} {
71 set r {1 {database or disk is full}}
74 } {1 {database or disk is full}}
corrupt6.test 88 } [list 1 {database disk image is malformed}]
100 } [list 1 {database disk image is malformed}]
123 } [list 1 {database disk image is malformed}]
135 } [list 1 {database disk image is malformed}]
158 } [list 1 {database disk image is malformed}]
170 } [list 1 {database disk image is malformed}]
182 } [list 1 {database disk image is malformed}]
194 } [list 1 {database disk image is malformed}]
206 } [list 1 {database disk image is malformed}]
218 } [list 1 {database disk image is malformed}
    [all...]
sysfault.test 72 # tested. EOVERFLOW is interpreted as meaning that a file on disk is
76 1 ENOMEM {{disk I/O error}}
77 2 EOVERFLOW {{disk I/O error} {large file support is disabled}}
97 1 EAGAIN {{database is locked} {disk I/O error}}
98 2 ETIMEDOUT {{database is locked} {disk I/O error}}
99 3 EBUSY {{database is locked} {disk I/O error}}
100 4 EINTR {{database is locked} {disk I/O error}}
101 5 ENOLCK {{database is locked} {disk I/O error}}
102 6 EACCES {{database is locked} {disk I/O error}}
103 7 EPERM {{access permission denied} {disk I/O error}
    [all...]
tkt2920.test 40 # a disk full error. But this does not corrupt the database.
47 } {1 {database or disk is full}}
58 } {1 {database or disk is full}}
  /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/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 129 virtual void OnDeviceAdded(const disks::DiskMountManager::Disk& disk)
132 CreateDiskValue(disk, &disk_value);
137 virtual void OnDeviceRemoved(const disks::DiskMountManager::Disk& disk)
139 StringValue device_path_value(disk.device_path());
187 void CreateDiskValue(const disks::DiskMountManager::Disk& disk,
189 string16 label = ASCIIToUTF16(disk.drive_label());
192 disk_value->SetString(std::string(kPropertyFilePath), disk.file_path())
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
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/chromium_org/content/browser/dom_storage/
dom_storage_area.h 26 // backed by storage on disk and lazily commits changes to disk.
36 // Local storage. Backed on disk if directory is nonempty.
41 // Session storage. Backed on disk if |session_storage_backing| is not NULL.
109 // stored on disk.
113 // disk on the commit sequence, and to call back on the primary
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.h 24 // A class for dumping the contents of a disk cache to a series of text
26 // response body, as if the HTTP response were written directly to disk.
32 // Dumps the cache to disk. Returns OK if the operation was successful,
  /external/chromium_org/third_party/tlslite/tlslite/
SharedKeyDB.py 10 """This class represent an in-memory or on-disk database of shared
23 @param filename: Filename for an on-disk database, or None for
25 this with a call to open(). To create a new on-disk database,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
minix_fs.h 30 * This is the original minix inode layout on disk.
62 * minix super-block data on disk
78 * V3 minix super-block data on disk
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
minix_fs.h 30 * This is the original minix inode layout on disk.
62 * minix super-block data on disk
78 * V3 minix super-block data on disk
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.h 9 // If the application is running from a read-only disk image, prompts the user
  /external/chromium/chrome/browser/
transport_security_persister.h 7 // singleton object deals with writing that data out to disk as needed and
11 // disk. For the moment, we don't want to delay startup for this load, so we
31 // and writes to disk.
64 // Used on the IO thread to coalesce writes to disk.
  /external/chromium/chrome/common/
persistent_pref_store.h 61 // actually persisted to disk. This happens in some cases when there are
65 // Reads the preferences from disk.
68 // Writes the preferences to disk immediately.
74 // Lands any pending writes to disk.

Completed in 393 milliseconds

1 23 4 5 6 7 8 91011>>