Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.h65 int cryptfs_enable(int type, const char* passwd, int no_ui);
DVoldNativeService.cpp513 rc = cryptfs_enable(passwordType, password.c_str(), noUi); in fdeEnableInternal()
Dcryptfs.cpp2445 int cryptfs_enable(int type, const char* passwd, int no_ui) { in cryptfs_enable() function