OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryptable
(Results
1 - 12
of
12
) sorted by null
/device/asus/fugu/
fstab.fugu
6
/devices/*/dwc3-host.2/usb* auto auto defaults voldmanaged=usb:auto,
encryptable
=userdata
/system/core/fs_mgr/
fs_mgr.c
441
/* If this is block
encryptable
, need to trigger encryption */
503
int
encryptable
= FS_MGR_MNTALL_DEV_NOT_ENCRYPTED;
local
567
if (
encryptable
!= FS_MGR_MNTALL_DEV_NOT_ENCRYPTED) {
569
ERROR("Only one
encryptable
/encrypted partition supported\n");
571
encryptable
= status;
578
/* mount(2) returned an error, handle the
encryptable
/formattable case */
610
ERROR("%s(): %s is wiped and %s %s is
encryptable
. Suggest recovery...\n", __func__,
613
encryptable
= FS_MGR_MNTALL_DEV_NEEDS_RECOVERY;
619
ERROR("%s(): possibly an
encryptable
blkdev %s for mount %s type %s )\n", __func__,
627
encryptable
= FS_MGR_MNTALL_DEV_MIGHT_BE_ENCRYPTED
[
all
...]
fs_mgr_priv.h
52
* Also, "
encryptable
" means that filesystem can be encrypted.
53
* The "
encryptable
" flag _MUST_ be followed by a = and a string which
fs_mgr_fstab.c
64
{ "
encryptable
=",MF_CRYPT },
125
/* The
encryptable
flag is followed by an = and the
/bootable/recovery/uncrypt/
uncrypt.cpp
133
static const char* find_block_device(const char* path, bool*
encryptable
, bool* encrypted) {
146
*
encryptable
= false;
148
*
encryptable
= true;
381
bool
encryptable
;
local
383
const char* blk_dev = find_block_device(path, &
encryptable
, &encrypted);
392
ALOGI("
encryptable
: %s\n",
encryptable
? "yes" : "no");
/device/asus/deb/
fstab.deb
8
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,
encryptable
=/dev/block/platform/msm_sdcc.1/by-name/metadata
/device/asus/flo/
fstab.flo
8
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,
encryptable
=/dev/block/platform/msm_sdcc.1/by-name/metadata
/device/lge/hammerhead/
fstab.hammerhead
7
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,
encryptable
=/dev/block/platform/msm_sdcc.1/by-name/metadata
/external/sepolicy/
device.te
93
# Assign this type to the partition specified by the
encryptable
=
/docs/source.android.com/src/devices/storage/
config.jd
39
Possible values include <code>nonremovable</code> and <code>
encryptable
</code>.</li>
61
<code>
encryptable
=sdcard</code>, and <code>noemulatedsd</code>.</li>
/system/vold/
Ext4Crypt.cpp
182
// Not an
encryptable
device?
/docs/source.android.com/src/devices/tech/security/encryption/
index.jd
256
cannot be mounted and one of the flags <code>
encryptable
</code> or
Completed in 7137 milliseconds