Searched refs:mount_type (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_info.cc10 : mount_type(storage::kFileSystemTypeTemporary) {
15 storage::FileSystemType mount_type)
16 : name(name), root_url(root_url), mount_type(mount_type) {
13 FileSystemInfo(const std::string& name, const GURL& root_url, storage::FileSystemType mount_type) argument
H A Dfile_system_info.h17 // 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/
H A Dfile_system_url.cc34 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),
33 CreateForTest(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path) argument
39 CreateForTest( const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
68 FileSystemURL(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path) argument
80 FileSystemURL(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
H A Dfile_system_url.h27 // 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,
H A Dexternal_mount_points.cc287 url.origin(), url.mount_type(), url.virtual_path(),
305 url.origin(), url.mount_type(), url.virtual_path(),
H A Drecursive_operation_delegate.cc125 parent.mount_type(),
H A Dfile_system_context.cc115 // Following types only appear as mount_type, and will not be
480 if (url.mount_type() == kFileSystemTypeIsolated)
621 filesystem_name, filesystem_root, url.mount_type());
/external/chromium_org/chromeos/dbus/
H A Dfake_cros_disks_client.cc108 MountType mount_type,
113 MountEntry(error_code, source_path, mount_type, mount_path));
105 SendMountCompletedEvent( MountError error_code, const std::string& source_path, MountType mount_type, const std::string& mount_path) argument
H A Dcros_disks_client.h201 MountType mount_type,
205 mount_type_(mount_type),
211 MountType mount_type() const { return mount_type_; } function in struct:chromeos::MountEntry
199 MountEntry(MountError error_code, const std::string& source_path, MountType mount_type, const std::string& mount_path) argument
H A Dfake_cros_disks_client.h60 MountType mount_type,
H A Dcros_disks_client.cc82 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/
H A Dexternal_file_url_util.cc29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal)
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc119 storage::GetFileSystemRootURI(url.origin(), url.mount_type()).spec();
127 storage::GetFileSystemTypeString(url.mount_type()));
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_context_unittest.cc91 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());
H A Dplugin_private_file_system_backend_unittest.cc62 root.mount_type(),
H A Ddragged_file_util_unittest.cc69 dir.mount_type(),
90 other_root.mount_type(),
/external/chromium_org/content/common/fileapi/
H A Dfile_system_messages.h28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc42 chromeos::MountType mount_type; member in struct:__anon3137::TestMountPoint
193 kTestMountPoints[i].mount_type,
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h181 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
191 mount_type(type),
H A Ddisk_mount_manager.cc246 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,
H A Ddisk_mount_manager_unittest.cc51 chromeos::MountType mount_type; member in struct:__anon6149::TestMountPointInfo
185 mount_point.mount_type,
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux_unittest.cc147 const std::string& mount_type)
150 mount_type(mount_type) {
155 const std::string mount_type; member in struct:storage_monitor::__anon6843::StorageMonitorLinuxTest::MtabTestData
295 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str());
145 MtabTestData(const std::string& mount_device, const std::string& mount_point, const std::string& mount_type) argument
H A Dstorage_monitor_chromeos.cc154 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE)
H A Dstorage_monitor_chromeos_unittest.cc372 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/
H A Dvolume_manager.cc171 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 6724 milliseconds

12