Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.c21 int create_pkg_path_in_dir(char path[PKG_PATH_MAX], in create_pkg_path_in_dir()
58 int create_pkg_path(char path[PKG_PATH_MAX], in create_pkg_path()
105 int create_user_path(char path[PKG_PATH_MAX], in create_user_path()
163 int create_move_path(char path[PKG_PATH_MAX], in create_move_path()
Dinstalld.h84 #define PKG_PATH_MAX 256 /* max size of any path we use */ macro
Dcommands.c588 int create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) in create_cache_path()