Home | History | Annotate | Download | only in installd

Lines Matching full:postfix

24                                 const char* postfix)
26 const size_t postfix_len = strlen(postfix);
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
55 * Create the package path name for a given package name with a postfix for
60 const char *postfix,
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);