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.cpp155 rc = cryptfs_enable(arg2, type, arg4, no_ui); in do_enablecrypto()
Dcryptfs.c3309 int cryptfs_enable(char *howarg, int type, char *passwd, int no_ui) function