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

  /external/chromium_org/storage/common/fileapi/
file_system_info.h 17 // DOMFileSystem. Since Blink side only uses mount_type (rather than
18 // detailed/cracked filesystem type) this only contains mount_type but not type.
23 storage::FileSystemType mount_type);
28 storage::FileSystemType mount_type; member in struct:storage::FileSystemInfo
  /system/core/libcutils/
android_reboot.c 39 char mount_type[256]; local
54 mount_dev, mount_dir, mount_type,
58 mount_type[255] = 0;
  /external/chromium_org/storage/browser/fileapi/
file_system_url.h 27 // mount_type() returns kFileSystemTypeTemporary,
29 // type() returns the same value as mount_type(),
53 // mount_type() returns kFileSystemTypeExternal,
59 // 'type' part in the original URL, and mount_type() always returns the 'type'
87 FileSystemType mount_type,
90 FileSystemType mount_type,
122 FileSystemType mount_type() const { return mount_type_; } function in class:storage::FileSystemURL
153 FileSystemType mount_type,
157 FileSystemType mount_type,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_private_apitest.cc 42 chromeos::MountType mount_type; member in struct:__anon7762::TestMountPoint
193 kTestMountPoints[i].mount_type,
  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 51 chromeos::MountType mount_type; member in struct:__anon10774::TestMountPointInfo
185 mount_point.mount_type,
disk_mount_manager.h 181 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
191 mount_type(type),
  /system/core/toolbox/
mount.c 265 char mount_type[256]; local
279 mount_dev, mount_dir, mount_type,
283 mount_type[255] = 0;
  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 82 uint32 mount_type = 0; local
86 !reader->PopUint32(&mount_type) ||
91 static_cast<MountType>(mount_type), mount_path);
cros_disks_client.h 201 MountType mount_type,
205 mount_type_(mount_type),
211 MountType mount_type() const { return mount_type_; } function in struct:chromeos::MountEntry
  /external/chromium_org/components/storage_monitor/
storage_monitor_linux_unittest.cc 147 const std::string& mount_type)
150 mount_type(mount_type) {
155 const std::string mount_type; member in struct:storage_monitor::__anon11468::StorageMonitorLinuxTest::MtabTestData
295 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str());

Completed in 150 milliseconds