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

1 2

  /external/chromium_org/webkit/browser/fileapi/
file_system_url.cc 33 FileSystemType mount_type,
35 return FileSystemURL(origin, mount_type, virtual_path);
42 FileSystemType* mount_type,
90 if (mount_type)
91 *mount_type = file_system_type;
109 FileSystemType mount_type,
113 mount_type_(mount_type),
115 type_(mount_type),
120 FileSystemType mount_type,
128 mount_type_(mount_type),
    [all...]
file_system_url.h 26 // mount_type() returns kFileSystemTypeTemporary,
28 // type() returns the same value as mount_type(),
52 // mount_type() returns kFileSystemTypeExternal,
58 // 'type' part in the original URL, and mount_type() always returns the 'type'
86 FileSystemType mount_type,
92 FileSystemType* mount_type,
119 FileSystemType mount_type() const { return mount_type_; } function in class:fileapi::FileSystemURL
141 FileSystemType mount_type,
145 FileSystemType mount_type,
recursive_operation_delegate.cc 115 parent.mount_type(),
external_mount_points.cc 257 url.origin(), url.mount_type(), url.virtual_path(),
273 url.origin(), url.mount_type(), url.virtual_path(),
file_system_context_unittest.cc 83 EXPECT_EQ(expect_mount_type, url.mount_type());
copy_or_move_operation_delegate_unittest.cc 211 root.mount_type(),
245 dir.mount_type(),
  /system/core/libcutils/
android_reboot.c 36 char mount_type[256]; local
51 mount_dev, mount_dir, mount_type,
55 mount_type[255] = 0;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.h 40 void OnMountedStateSet(const std::string& mount_type,
private_api_mount.cc 38 mount_point_info.mount_type));
95 chromeos::MountType mount_type = local
97 switch (mount_type) {
153 const std::string& mount_type,
171 file_name, DiskMountManager::MountTypeFromString(mount_type));
file_browser_private_apitest.cc 40 chromeos::MountType mount_type; member in struct:__anon6830::TestMountPoint
186 kTestMountPoints[i].mount_type,
mounted_disk_monitor.cc 69 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE)
event_router.cc 417 DCHECK(mount_info.mount_type != chromeos::MOUNT_TYPE_INVALID);
421 if (mount_info.mount_type == chromeos::MOUNT_TYPE_DEVICE &&
440 } else if (mount_info.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) {
704 DiskMountManager::MountTypeToString(mount_info.mount_type));
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 91 MountType mount_type,
95 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
fake_cros_disks_client.h 52 MountType mount_type,
cros_disks_client.h 216 MountType mount_type,
cros_disks_client.cc 327 unsigned int mount_type = 0; local
331 !reader.PopUint32(&mount_type) ||
337 static_cast<MountType>(mount_type), mount_path);
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 115 url.origin(), url.mount_type()).spec();
123 fileapi::GetFileSystemTypeString(url.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/chromeos/disks/
disk_mount_manager.cc 231 if (mount_point.mount_type == chromeos::MOUNT_TYPE_DEVICE &&
301 MountType mount_type,
304 if (mount_type == MOUNT_TYPE_DEVICE) {
312 const MountPointInfo mount_info(source_path, mount_path, mount_type,
325 mount_info.mount_type == MOUNT_TYPE_DEVICE &&
357 mount_points_it->second.mount_type,
disk_mount_manager.h 176 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
186 mount_type(type),
disk_mount_manager_unittest.cc 51 chromeos::MountType mount_type; member in struct:__anon9683::TestMountPointInfo
185 mount_point.mount_type,
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_linux_unittest.cc 154 const std::string& mount_type)
157 mount_type(mount_type) {
162 const std::string mount_type; member in struct:chrome::__anon8193::StorageMonitorLinuxTest::MtabTestData
311 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str());
storage_monitor_chromeos_unittest.cc 354 mount_info.mount_type = MOUNT_TYPE_ARCHIVE;
361 mount_info.mount_type = MOUNT_TYPE_DEVICE;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 138 if (url.mount_type() == fileapi::kFileSystemTypeIsolated)
315 DCHECK(fileapi::IsolatedContext::IsIsolatedType(url.mount_type()));

Completed in 2591 milliseconds

1 2