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

1 2 3

  /frameworks/av/media/mtp/
MtpStorage.h 42 bool removable, uint64_t maxFileSize);
MtpStorage.cpp 37 bool removable, uint64_t maxFileSize)
44 mRemovable(removable)
  /external/chromium_org/chrome/browser/storage_monitor/
test_volume_mount_watcher_win.h 31 bool* removable);
test_volume_mount_watcher_win.cc 56 // |device_path| inputs of 'A:\' - 'Z:\' are valid. 'N:\' is not removable.
57 // 'C:\' is not removable (so that auto-added paths are correctly handled).
135 bool* removable) {
138 *removable = StorageInfo::IsRemovableDevice(info.device_id());
storage_monitor_win_unittest.cc 127 bool removable; local
128 ASSERT_TRUE(volume_mount_watcher_->GetDeviceRemovable(*it, &removable));
129 if (removable)
176 bool removable; local
178 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable));
179 if (removable)
479 // An unconnected removable device.
483 // A connected removable device.
524 // notifications are sent out for each removable storage.
storage_monitor_linux.cc 44 const char kRemovableSysAttr[] = "removable";
496 bool removable = StorageInfo::IsRemovableDevice(storage_info->device_id()); local
503 mount_priority_map_[mount_device][mount_point] = removable;
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 51 bool removable,
61 bool removable; member in struct:chrome::MediaFileSystemInfo
83 // currently attached removable devices are added to the preferences.
media_file_system_registry_unittest.cc 187 bool removable,
190 EXPECT_EQ(removable, info.removable);
194 if (removable)
326 bool removable,
691 bool removable,
707 removable, media_device);
849 // galleries on auto-detected removable devices that were blacklisted.
907 true /*removable*/, true /* media device */);
    [all...]
media_file_system_registry.cc 67 bool removable,
74 removable(removable),
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc 62 bool removable,
137 bool removable,
141 EXPECT_EQ(removable, info.removable);
145 if (removable)
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
SDL_syscdrom.c 71 int removable; local
93 removable=dinfo.flags & DEV_REMOVABLE;
97 if ((atapi)&&(removable))
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 61 public StorageVolume(File path, int descriptionId, boolean primary, boolean removable,
67 mRemovable = removable;
128 * Returns true if the volume is removable.
130 * @return is removable
139 * @return is removable
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 131 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
139 reserveSpace, removable, maxFileSize);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2612.js 31 // Create a function to get a long series of removable simulates.
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 186 kIsRemovableKey, filesystems[i].removable);
  /external/qemu/
block_int.h 106 /* removable device specific */
145 int removable; /* if true, the media can be removed */ member in struct:BlockDriverState
block.h 173 void bdrv_set_removable(BlockDriverState *bs, int removable);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/chromium_org/chrome/browser/resources/file_manager/js/
path_util.js 14 REMOVABLE: 'removable',
28 REMOVABLE: '/removable',
228 type == RootType.REMOVABLE) {
257 return (type == RootType.ARCHIVE || type == RootType.REMOVABLE);
297 if (path === RootDirectory.REMOVABLE)
299 if (PathUtil.isParentPath(RootDirectory.REMOVABLE, path))
300 return path.substring(RootDirectory.REMOVABLE.length + 1);

Completed in 829 milliseconds

1 2 3