HomeSort by relevance Sort by last modified time
    Searched refs:dstend (Results 1 - 2 of 2) sorted by null

  /system/core/run-as/
package.c 57 const char* dstend = dst + dstlen; local
62 dstend--; /* make room for terminating zero */
64 while (dst < dstend && src < srcend && *src != '\0')
  /frameworks/base/cmds/installd/
commands.c 637 int dstend = strlen(dstpath); local
683 if ((dstend+strlen(name)) >= (PKG_PATH_MAX-2)) {
688 srcpath[srcend] = dstpath[dstend] = '/';
690 strcpy(dstpath+dstend+1, name);
700 srcpath[srcend] = dstpath[dstend] = 0;

Completed in 15 milliseconds