Home | History | Annotate | Download | only in installd

Lines Matching refs:dstend

775     int dstend = strlen(dstpath);
821 if ((dstend+strlen(name)) >= (PKG_PATH_MAX-2)) {
826 srcpath[srcend] = dstpath[dstend] = '/';
828 strcpy(dstpath+dstend+1, name);
838 srcpath[srcend] = dstpath[dstend] = 0;