OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mountall
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/fstest/
recovery_test.cpp
228
bool
mountAll
() {
232
"
mountall
"
269
ASSERT_TRUE(
mountAll
());
292
ASSERT_TRUE(
mountAll
());
311
ASSERT_TRUE(
mountAll
());
/system/vold/
CommandListener.cpp
293
if (!strcmp(argv[1], "
mountall
")) {
295
cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage:
mountall
", false);
299
cli->sendMsg(ResponseCode::CommandOkay, "
Mountall
ran successfully", false);
Completed in 38 milliseconds