Searched refs:move_ab (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.h72 int move_ab(const char *apk_path, const char *instruction_set, const char* oat_dir);
H A Dinstalld.cpp407 return move_ab(arg[0], arg[1], arg[2]);
442 { "move_ab", 3, do_move_ab },
H A Dcommands.cpp1901 // Helper for move_ab, so that we can have common failure-case cleanup.
1929 int move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { function in namespace:android::installd
1931 LOG(ERROR) << "Cannot move_ab with null input";

Completed in 998 milliseconds