Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h125 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.cpp2733 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_service_test.cpp61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
Dinstalld_dexopt_test.cpp80 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()