Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DMain.h39 extern int runInDaemonMode(Bundle* bundle);
DMain.cpp252 case kCommandDaemon: return runInDaemonMode(bundle); in handleCommand()
DCommand.cpp2826 int runInDaemonMode(Bundle* bundle) { in runInDaemonMode() function