Home
last modified time | relevance | path

Searched refs:howarg (Results 1 – 1 of 1) sorted by relevance

/system/vold/
Dcryptfs.cpp2680 int cryptfs_enable_internal(char *howarg, int crypt_type, const char *passwd, in cryptfs_enable_internal() argument
2698 if (!strcmp(howarg, "wipe")) { in cryptfs_enable_internal()
2700 } else if (! strcmp(howarg, "inplace")) { in cryptfs_enable_internal()
3041 int cryptfs_enable(char *howarg, int type, char *passwd, int no_ui) in cryptfs_enable() argument
3043 return cryptfs_enable_internal(howarg, type, passwd, no_ui); in cryptfs_enable()
3046 int cryptfs_enable_default(char *howarg, int no_ui) in cryptfs_enable_default() argument
3048 return cryptfs_enable_internal(howarg, CRYPT_TYPE_DEFAULT, in cryptfs_enable_default()