Home
last modified time | relevance | path

Searched refs:srcend (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.c1139 int srcend = strlen(srcpath); in movefileordir() local
1181 if ((srcend+strlen(name)) >= (PKG_PATH_MAX-2)) { in movefileordir()
1191 srcpath[srcend] = dstpath[dstend] = '/'; in movefileordir()
1192 strcpy(srcpath+srcend+1, name); in movefileordir()
1203 srcpath[srcend] = dstpath[dstend] = 0; in movefileordir()