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
775
int
dstend
= strlen(dstpath);
local
821
if ((
dstend
+strlen(name)) >= (PKG_PATH_MAX-2)) {
826
srcpath[srcend] = dstpath[
dstend
] = '/';
828
strcpy(dstpath+
dstend
+1, name);
838
srcpath[srcend] = dstpath[
dstend
] = 0;
[
all
...]
Completed in 449 milliseconds