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

1 2

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_linux.cc 74 const char* removable = udev_device_get_sysattr_value(dev, "removable"); local
75 if (!removable || !get_int_attr(removable)) {
76 // This is not a removable storage device.
100 device->removable = removable;
removable_storage_provider_mac.cc 64 bool removable = CFBooleanGetValue(cf_removable); local
68 if (!removable && !is_usb) {
99 device->removable = removable;
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 52 bool removable,
62 bool removable; member in struct:MediaFileSystemInfo
  /external/jarjar/src/main/com/tonicsystems/jarjar/
KeepProcessor.java 45 Set<String> removable = new HashSet<String>(depend.keySet()); local
46 removable.removeAll(closure);
47 return removable;
  /external/chromium_org/chrome/utility/image_writer/
image_writer_mac.cc 54 bool removable = CFBooleanGetValue(cf_removable); local
58 return removable || is_usb;
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 143 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
151 reserveSpace, removable, maxFileSize);
  /external/chromium_org/components/storage_monitor/
storage_monitor_win_unittest.cc 117 bool removable; local
118 ASSERT_TRUE(volume_mount_watcher_->GetDeviceRemovable(*it, &removable));
119 if (removable)
162 bool removable; local
164 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable));
165 if (removable)
465 // An unconnected removable device.
469 // A connected removable device.
510 // notifications are sent out for each removable storage.
storage_monitor_linux.cc 46 const char kRemovableSysAttr[] = "removable";
491 bool removable = StorageInfo::IsRemovableDevice(storage_info->device_id()); local
498 mount_priority_map_[mount_device][mount_point] = 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))
  /external/qemu/include/block/
block_int.h 106 /* removable device specific */
145 int removable; /* if true, the media can be removed */ member in struct:BlockDriverState
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /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-12/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-13/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-15/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-16/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-17/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-19/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/qemu-pc-bios/bochs/bios/
rombios.c 660 Bit8u removable; // Removable device flag member in struct:__anon13957
661 Bit8u lock; // Locks for removable devices
2573 Bit8u translation, removable, mode; local
2677 Bit8u type, removable, mode; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2264 bool removable; member in struct:BlockInfo
    [all...]
  /external/dexmaker/lib/
jarjar.jar 

Completed in 806 milliseconds

1 2