Home
last modified time | relevance | path

Searched refs:calculate_oat_file_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.h254 int calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path,
Dcommands.cpp1093 if (calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) { in dexopt()
1837 int calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() function