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

  /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/webkit/browser/fileapi/
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,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 40 chromeos::MountType mount_type; member in struct:__anon6830::TestMountPoint
186 kTestMountPoints[i].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));
  /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) {
  /external/chromium_org/chromeos/dbus/
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/chromeos/disks/
disk_mount_manager_unittest.cc 51 chromeos::MountType mount_type; member in struct:__anon9683::TestMountPointInfo
185 mount_point.mount_type,
disk_mount_manager.h 176 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
186 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/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());

Completed in 444 milliseconds