OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstend
(Results
1 - 2
of
2
) sorted by null
/system/core/run-as/
package.c
58
const char*
dstend
= dst + dstlen;
local
63
dstend
--; /* make room for terminating zero */
65
while (dst <
dstend
&& src < srcend && *src != '\0')
/frameworks/native/cmds/installd/
commands.c
805
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;
[
all
...]
Completed in 58 milliseconds