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

1 2

  /external/autotest/client/site_tests/hardware_MultiReader/
hardware_MultiReader.py 14 blockdev_paths = glob.glob("/sys/block/*/removable")
16 removable = utils.read_one_line(path)
17 if removable == "1":
18 logging.info("Found removable block device %s",
22 raise error.TestFail("No removable block devices are seen.")
  /external/autotest/client/site_tests/hardware_RealtekCardReader/
hardware_RealtekCardReader.py 24 removable = utils.read_one_line(os.path.join(dev, "removable"))
25 if removable == "1":
26 logging.info("Found removable block device %s", dev)
30 "no removable block devices are seen.")
  /external/dng_sdk/source/
dng_xmp.cpp 2409 uint32 removable = removeFromXMP ? removeXMP local
    [all...]
  /frameworks/av/media/mtp/
MtpStorage.h 42 bool removable, uint64_t maxFileSize);
MtpStorage.cpp 37 bool removable, uint64_t maxFileSize)
44 mRemovable(removable)
  /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;
  /system/update_engine/
boot_control_chromeos.cc 98 // All installed Chrome OS devices have two slots. We don't update removable
102 << "Booted from a removable device, pretending we have only one slot.";
268 string removable; local
270 !base::ReadFileToString(base::FilePath(sysfs_block).Append("removable"),
271 &removable)) {
274 base::TrimWhitespaceASCII(removable, base::TRIM_ALL, &removable);
275 return removable == "1";
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 125 boolean removable, boolean emulated, long mtpReserveSize, boolean allowMassStorage,
132 mRemovable = removable;
196 * Returns true if the volume is removable.
198 * @return is removable
207 * @return is removable
VolumeInfo.java 332 final boolean removable;
365 removable = false;
367 removable = true;
372 removable = true;
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 143 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
151 reserveSpace, removable, maxFileSize);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 183 final boolean removable = volume.isRemovable();
186 assertFalse("Should not be removable", removable);
189 assertTrue("Should be removable", removable);
  /external/autotest/client/cros/faft/utils/
os_interface.py 238 """Check if a certain storage device is removable.
243 Returns True if the device is removable, False if not.
253 removable = int(self.read_file('/sys/block/%s/removable' % base_dev))
255 return removable == 1
260 If device is removable device, internal disk is decided by which kind
  /external/v8/test/mjsunit/regress/
regress-2612.js 31 // Create a function to get a long series of removable simulates.
  /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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/v8/src/crankshaft/
hydrogen.h 141 RemovableSimulate removable = FIXED_SIMULATE) {
142 HSimulate* instr = CreateSimulate(ast_id, removable);
191 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
    [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]

Completed in 548 milliseconds

1 2