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/storage/common/fileapi/
file_system_info.cc 10 : mount_type(storage::kFileSystemTypeTemporary) {
15 storage::FileSystemType mount_type)
16 : name(name), root_url(root_url), 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 storage::FileSystemType mount_type);
28 storage::FileSystemType mount_type; member in struct:storage::FileSystemInfo
  /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,
file_system_url.cc 34 FileSystemType mount_type,
36 return FileSystemURL(origin, mount_type, virtual_path);
41 FileSystemType mount_type,
49 mount_type,
69 FileSystemType mount_type,
73 mount_type_(mount_type),
75 type_(mount_type),
81 FileSystemType mount_type,
90 mount_type_(mount_type),
external_mount_points.cc 287 url.origin(), url.mount_type(), url.virtual_path(),
305 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 201 MountType mount_type,
205 mount_type_(mount_type),
211 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/fileapi/
external_file_url_util.cc 29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal)
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 119 storage::GetFileSystemRootURI(url.origin(), url.mount_type()).spec();
127 storage::GetFileSystemTypeString(url.mount_type()));
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 91 EXPECT_EQ(expect_mount_type, url.mount_type());
336 EXPECT_EQ(storage::kFileSystemTypePersistent, cracked_url.mount_type());
349 EXPECT_EQ(storage::kFileSystemTypeIsolated, cracked_url.mount_type());
361 EXPECT_EQ(storage::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)
  /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/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.h 181 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
191 mount_type(type),
disk_mount_manager.cc 246 if (mount_point.mount_type == chromeos::MOUNT_TYPE_DEVICE &&
316 if (entry.mount_type() == MOUNT_TYPE_DEVICE) {
326 entry.mount_type(),
341 mount_info.mount_type == MOUNT_TYPE_DEVICE &&
373 mount_points_it->second.mount_type,
disk_mount_manager_unittest.cc 51 chromeos::MountType mount_type; member in struct:__anon10774::TestMountPointInfo
185 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::__anon11468::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)
storage_monitor_chromeos_unittest.cc 372 mount_info.mount_type = chromeos::MOUNT_TYPE_ARCHIVE;
385 mount_info.mount_type = chromeos::MOUNT_TYPE_DEVICE;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 171 volume_info.type = MountTypeToVolumeType(mount_point.mount_type);
186 (mount_point.mount_type == chromeos::MOUNT_TYPE_ARCHIVE);
503 DCHECK_NE(chromeos::MOUNT_TYPE_INVALID, mount_info.mount_type);
505 if (mount_info.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) {
700 if (it->second.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) {

Completed in 735 milliseconds

1 2