OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_ui
(Results
1 - 3
of
3
) sorted by null
/system/vold/
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
);
CryptCommandListener.cpp
150
static int do_enablecrypto(char* arg2, char* arg4, int type, bool
no_ui
) {
155
rc = cryptfs_enable_default(arg2,
no_ui
);
157
rc = cryptfs_enable(arg2, type, arg4,
no_ui
);
220
bool
no_ui
= false;
local
248
no_ui
= true;
269
std::thread(&do_enablecrypto, arg2, arg4, type,
no_ui
).detach();
cryptfs.cpp
[
all
...]
Completed in 180 milliseconds