HomeSort by relevance Sort by last modified time
    Searched full:no_ui (Results 1 - 3 of 3) sorted by null

  /system/vold/
CryptCommandListener.cpp 148 static int do_enablecrypto(char* arg2, char* arg4, int type, bool no_ui) {
153 rc = cryptfs_enable_default(arg2, no_ui);
155 rc = cryptfs_enable(arg2, type, arg4, no_ui);
209 bool no_ui = false; local
237 no_ui = true;
258 std::thread(&do_enablecrypto, arg2, arg4, type, no_ui).detach();
cryptfs.h 234 int cryptfs_enable(char *flag, int type, char *passwd, int no_ui);
236 int cryptfs_enable_default(char *flag, int no_ui);
cryptfs.c     [all...]

Completed in 168 milliseconds