Home | History | Annotate | Download | only in installd

Lines Matching full:dstsize

1024     const size_t dstSize = dst->len + 1;
1025 dst->path = (char*) malloc(dstSize);
1028 || snprintf(dst->path, dstSize, "%s%s", src->path, suffix)