Home
last modified time | relevance | path

Searched defs:PKG_PATH_MAX (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.cpp54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
Dinstalld_constants.h34 constexpr size_t PKG_PATH_MAX = 1024u; /* max size of any path we use */ variable
Dotapreopt.cpp607 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path()
646 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
676 bool create_cache_path(char path[PKG_PATH_MAX], in create_cache_path()
Ddexopt.cpp2704 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path_default()
2733 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default()
2752 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src, in create_cache_path_default()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
59 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
64 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
Dinstalld_dexopt_test.cpp73 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
78 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path()
83 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()