Home
last modified time | relevance | path

Searched refs:AppFuseCmd (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DCommandListener.h77 class AppFuseCmd : public VoldCommand {
79 AppFuseCmd();
80 virtual ~AppFuseCmd() {} in ~AppFuseCmd()
DCommandListener.cpp65 registerCmd(new AppFuseCmd()); in CommandListener()
770 CommandListener::AppFuseCmd::AppFuseCmd() : VoldCommand("appfuse") {} in AppFuseCmd() function in CommandListener::AppFuseCmd
772 int CommandListener::AppFuseCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()
840 android::status_t CommandListener::AppFuseCmd::sendFd(SocketClient *cli, int fd) { in sendFd()