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

1 2

  /external/chromium_org/webkit/common/fileapi/
file_system_info.cc 10 : mount_type(fileapi::kFileSystemTypeTemporary) {
15 fileapi::FileSystemType mount_type)
18 mount_type(mount_type) {
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 fileapi::FileSystemType mount_type);
28 fileapi::FileSystemType mount_type; member in struct:fileapi::FileSystemInfo
  /external/chromium_org/webkit/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,
114 FileSystemType mount_type() const { return mount_type_; } function in class:fileapi::FileSystemURL
145 FileSystemType mount_type,
149 FileSystemType mount_type,
file_system_url.cc 34 FileSystemType mount_type,
36 return FileSystemURL(origin, mount_type, virtual_path);
50 FileSystemType mount_type,
54 mount_type_(mount_type),
56 type_(mount_type),
62 FileSystemType mount_type,
71 mount_type_(mount_type),
external_mount_points.cc 290 url.origin(), url.mount_type(), url.virtual_path(),
308 url.origin(), url.mount_type(), url.virtual_path(),
recursive_operation_delegate.cc 125 parent.mount_type(),
  /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/chromeos/dbus/
fake_cros_disks_client.cc 108 MountType mount_type,
113 MountEntry(error_code, source_path, mount_type, mount_path));
cros_disks_client.h 197 MountType mount_type,
201 mount_type_(mount_type),
207 MountType mount_type() const { return mount_type_; } function in struct:chromeos::MountEntry
fake_cros_disks_client.h 60 MountType mount_type,
cros_disks_client.cc 82 uint32 mount_type = 0; local
86 !reader->PopUint32(&mount_type) ||
91 static_cast<MountType>(mount_type), mount_path);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 41 chromeos::MountType mount_type; member in struct:__anon7682::TestMountPoint
192 kTestMountPoints[i].mount_type,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 118 url.origin(), url.mount_type()).spec();
126 fileapi::GetFileSystemTypeString(url.mount_type()));
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 91 EXPECT_EQ(expect_mount_type, url.mount_type());
354 EXPECT_EQ(fileapi::kFileSystemTypePersistent, cracked_url.mount_type());
367 EXPECT_EQ(fileapi::kFileSystemTypeIsolated, cracked_url.mount_type());
378 EXPECT_EQ(fileapi::kFileSystemTypeExternal, cracked_url.mount_type());
plugin_private_file_system_backend_unittest.cc 62 root.mount_type(),
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 36 fileapi::FileSystemType mount_type; local
40 url, origin, &mount_type, &virtual_path) ||
41 mount_type != fileapi::kFileSystemTypeExternal) {
  /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/chrome/browser/chromeos/file_manager/
mounted_disk_monitor.cc 84 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE)
volume_manager.cc 178 volume_info.type = MountTypeToVolumeType(mount_point.mount_type);
193 (mount_point.mount_type == chromeos::MOUNT_TYPE_ARCHIVE);
338 if (it->second.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) {
589 DCHECK_NE(chromeos::MOUNT_TYPE_INVALID, mount_info.mount_type);
591 if (mount_info.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) {
    [all...]
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 176 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
186 mount_type(type),
disk_mount_manager.cc 233 if (mount_point.mount_type == chromeos::MOUNT_TYPE_DEVICE &&
303 if (entry.mount_type() == MOUNT_TYPE_DEVICE) {
313 entry.mount_type(),
328 mount_info.mount_type == MOUNT_TYPE_DEVICE &&
360 mount_points_it->second.mount_type,
disk_mount_manager_unittest.cc 51 chromeos::MountType mount_type; member in struct:__anon10664::TestMountPointInfo
186 mount_point.mount_type,
  /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::__anon11209::StorageMonitorLinuxTest::MtabTestData
295 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str());
storage_monitor_chromeos.cc 154 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE)

Completed in 1401 milliseconds

1 2