HomeSort by relevance Sort by last modified time
    Searched full:encryptable (Results 1 - 16 of 16) sorted by null

  /device/intel/edison/
fstab.device 2 /dev/block/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,encryptable=footer
  /device/linaro/hikey/
fstab.hikey 10 /devices/platform/soc/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
11 /devices/platform/soc/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
fstab.hikey-4.1 10 /devices/platform/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
11 /devices/platform/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
  /device/generic/goldfish/
fstab.ranchu 8 /devices/*/block/vdd auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
fstab.goldfish 8 /devices/platform/goldfish_mmc.0* auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
  /device/asus/fugu/
fstab.fugu 7 /devices/*/dwc3-host.2/usb* auto auto defaults voldmanaged=usb:auto,encryptable=userdata
  /system/core/fs_mgr/
fs_mgr.c 467 /* If this is block encryptable, need to trigger encryption */
495 int encryptable = FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE; local
569 if (encryptable != FS_MGR_MNTALL_DEV_NOT_ENCRYPTABLE) {
571 ERROR("Only one encryptable/encrypted partition supported\n");
573 encryptable = status;
580 /* mount(2) returned an error, handle the encryptable/formattable case */
609 encryptable = FS_MGR_MNTALL_DEV_NEEDS_RECOVERY;
616 ERROR("%s(): %s is wiped and %s %s is encryptable. Suggest recovery...\n", __func__,
619 encryptable = FS_MGR_MNTALL_DEV_NEEDS_RECOVERY;
625 ERROR("%s(): possibly an encryptable blkdev %s for mount %s type %s )\n", __func__
    [all...]
fs_mgr_priv.h 54 * Also, "encryptable" means that filesystem can be encrypted.
55 * The "encryptable" flag _MUST_ be followed by a = and a string which
fs_mgr_fstab.c 65 { "encryptable=",MF_CRYPT },
139 /* The encryptable flag is followed by an = and the
  /docs/source.android.com/src/devices/storage/
config.jd 41 Possible values include <code>nonremovable</code> and <code>encryptable</code>.</li>
62 <code>encryptable=sdcard</code>, <code>noemulatedsd</code>, and <code>encryptable=userdata</code>.</li>
129 <p>To indicate an adoptable storage device in the <code>fstab</code>, use the <code>encryptable=userdata</code> attribute in the <code>fs_mgr_flags</code> field. Here?s a typical definition:</p>
131 voldmanaged=sdcard1:auto,encryptable=userdata
143 like <code>encryptable=userdata</code> is defined. For example, here?s a typical definition for USB OTG devices:</p>
config-example.jd 127 voldmanaged=sdcard0:auto,encryptable=userdata,noemulatedsd
157 voldmanaged=sdcard1:auto,encryptable=userdata
  /device/google/marlin/
recovery.fstab 32 /dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc wait,check,encryptable=footer
  /system/sepolicy/
device.te 95 # Assign this type to the partition specified by the encryptable=
  /bootable/recovery/uncrypt/
uncrypt.cpp 186 static const char* find_block_device(const char* path, bool* encryptable, bool* encrypted) {
199 *encryptable = false;
201 *encryptable = true;
430 bool encryptable; local
432 const char* blk_dev = find_block_device(path, &encryptable, &encrypted);
441 ALOGI("encryptable: %s", encryptable ? "yes" : "no");
  /frameworks/base/core/java/android/os/storage/
StorageManager.java     [all...]
  /docs/source.android.com/src/security/encryption/
full-disk.jd 305 cannot be mounted and one of the flags <code>encryptable</code> or

Completed in 820 milliseconds