Home
last modified time | relevance | path

Searched refs:calculate_odex_file_path (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld_deps.h51 extern bool calculate_odex_file_path(char path[PKG_PATH_MAX],
Dinstalld.cpp59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
Dotapreopt.cpp642 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
Ddexopt.cpp1152 if (calculate_odex_file_path(in_odex_path, apk_path, instruction_set)) { in open_vdex_files_for_dex2oat()
/frameworks/native/cmds/installd/tests/fuzzers/
DInstalldServiceFuzzer.cpp33 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char* apk_path, in calculate_odex_file_path() function
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp58 bool calculate_odex_file_path(char path[PKG_PATH_MAX] ATTRIBUTE_UNUSED, in calculate_odex_file_path() function
Dinstalld_service_test.cpp110 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function
481 EXPECT_TRUE(calculate_odex_file_path(buf, "/path/to/file.apk", "isa")); in TEST_F()
Dinstalld_dexopt_test.cpp67 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() function