Searched defs:PKG_PATH_MAX (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/installd/tests/fuzzers/ |
D | InstalldServiceFuzzer.cpp | 28 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char* oat_dir, const char* apk_path, in calculate_oat_file_path() 33 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char* apk_path, in calculate_odex_file_path() 38 bool create_cache_path(char path[PKG_PATH_MAX], const char* src, const char* instruction_set) { in create_cache_path()
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 54 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()
|
D | otapreopt.cpp | 603 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path() 642 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() 672 bool create_cache_path(char path[PKG_PATH_MAX], in create_cache_path()
|
D | installd_constants.h | 36 constexpr size_t PKG_PATH_MAX = 1024u; /* max size of any path we use */ variable
|
D | dexopt.cpp | 2496 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path_default() 2525 bool calculate_odex_file_path_default(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path_default() 2544 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src, in create_cache_path_default()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 105 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 110 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() 115 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
|
D | installd_dexopt_test.cpp | 62 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 67 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, in calculate_odex_file_path() 72 bool create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) { in create_cache_path()
|