Searched refs:calculate_odex_file_path_default (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 125 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path,
|
D | installd.cpp | 61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
|
D | dexopt.cpp | 2733 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/ |
D | installd_service_test.cpp | 61 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
|
D | installd_dexopt_test.cpp | 80 return calculate_odex_file_path_default(path, apk_path, instruction_set); in calculate_odex_file_path()
|