Searched refs:calculate_odex_file_path (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/installd/ |
D | installd_deps.h | 51 extern bool calculate_odex_file_path(char path[PKG_PATH_MAX],
|
D | installd.cpp | 59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
|
D | otapreopt.cpp | 743 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
|
D | dexopt.cpp | 1379 if (calculate_odex_file_path(in_odex_path, apk_path, instruction_set)) { in open_vdex_files_for_dex2oat()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function 241 EXPECT_TRUE(calculate_odex_file_path(buf, "/path/to/file.apk", "isa")); in TEST_F()
|
D | installd_cache_test.cpp | 57 bool calculate_odex_file_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, in calculate_odex_file_path() function
|
D | installd_dexopt_test.cpp | 77 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
|