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

  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 45 public StorageVolume(String path, String description, boolean removable,
49 mRemovable = removable;
57 private StorageVolume(String path, String description, boolean removable,
62 mRemovable = removable;
89 * Returns true if the volume is removable.
91 * @return is removable
100 * @return is removable
186 int removable = in.readInt();
193 removable == 1, emulated == 1, mtpReserveSpace,
  /frameworks/base/media/mtp/
MtpStorage.h 42 bool removable, uint64_t maxFileSize);
MtpStorage.cpp 37 bool removable, uint64_t maxFileSize)
44 mRemovable(removable)
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 71 int removable; local
93 removable=dinfo.flags & DEV_REMOVABLE;
97 if ((atapi)&&(removable))
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 131 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
139 reserveSpace, removable, maxFileSize);
  /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);
block.c     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 660 Bit8u removable; // Removable device flag member in struct:__anon10308
661 Bit8u lock; // Locks for removable devices
2573 Bit8u translation, removable, mode; local
2677 Bit8u type, removable, mode; local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 129 milliseconds