Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h107 bool delete_odex(const char* apk_path, const char* instruction_set, const char* output_path);
Ddexopt.cpp2651 bool delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() function
DInstalldNativeService.cpp2754 bool res = delete_odex(apk_path, instruction_set, oat_dir); in deleteOdex()