Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h80 int cryptfs_enable(char *flag, char *passwd);
DCommandListener.cpp584 rc = cryptfs_enable(argv[2], argv[3]); in runCommand()
Dcryptfs.c1134 int cryptfs_enable(char *howarg, char *passwd) in cryptfs_enable() function