Home
last modified time | relevance | path

Searched refs:calculate_oat_file_path_default (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/tests/fuzzers/
DInstalldServiceFuzzer.cpp30 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
/frameworks/native/cmds/installd/
Ddexopt.h135 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir,
Dinstalld.cpp56 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
Ddexopt.cpp2496 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path_default() function
2541 return calculate_oat_file_path_default(path, oat_dir.c_str(), apk_path, instruction_set); in calculate_odex_file_path_default()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp64 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()
Dinstalld_service_test.cpp107 return calculate_oat_file_path_default(path, oat_dir, apk_path, instruction_set); in calculate_oat_file_path()