Home | History | Annotate | Download | only in installd

Lines Matching refs:PKG_PATH_MAX

136 int create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname,
145 if (strlen(tmp) >= PKG_PATH_MAX) {
251 int create_move_path(char path[PKG_PATH_MAX],
257 >= PKG_PATH_MAX) {