Searched refs:dstend (Results 1 - 1 of 1) sorted by relevance

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

Completed in 2303 milliseconds