static int do_movefiles(char **arg, char reply[REPLY_MAX])
{
    return movefiles();
}
예제 #2
0
static int do_movefiles(char **arg, char reply[REPLY_MAX])
{
    ALOGD("do_movefiles");
    return movefiles();
}