Searched refs:srcend (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/installd/
H A Dcommands.c804 int srcend = strlen(srcpath); local
846 if ((srcend+strlen(name)) >= (PKG_PATH_MAX-2)) {
856 srcpath[srcend] = dstpath[dstend] = '/';
857 strcpy(srcpath+srcend+1, name);
868 srcpath[srcend] = dstpath[dstend] = 0;

Completed in 1646 milliseconds