Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h234 int cryptfs_enable(char *flag, int type, char *passwd, int no_ui);
DCryptCommandListener.cpp156 rc = cryptfs_enable(arg2, type, arg4, no_ui); in do_enablecrypto()
Dcryptfs.cpp3041 int cryptfs_enable(char *howarg, int type, char *passwd, int no_ui) in cryptfs_enable() function