Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/fuzzers/
DInstalldServiceFuzzer.cpp35 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
/frameworks/native/cmds/installd/
Ddexopt.h138 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path,
Dinstalld.cpp61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
Ddexopt.cpp2525 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default() function
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp69 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
Dinstalld_service_test.cpp112 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()