Searched refs:calculate_oat_file_path (Results 1 – 2 of 2) sorted by relevance
254 int calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path,
1093 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