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

/frameworks/native/cmds/installd/
H A Dinstalld.h215 int move_dex(const char *src, const char *dst, const char *instruction_set);
H A Dinstalld.c47 return move_dex(arg[0], arg[1], arg[2]); /* src, dst, instruction_set */
H A Dcommands.c420 int move_dex(const char *src, const char *dst, const char *instruction_set) function

Completed in 51 milliseconds