Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h133 bool move_ab(const char* apk_path, const char* instruction_set, const char* output_path);
Ddexopt.cpp2585 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() function
DInstalldNativeService.cpp2739 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()