OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pathpos
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/installd/
utils.c
509
DIR* dir, char *pathBase, char *
pathPos
, size_t pathAvailLen)
557
size_t finallen = snprintf(
pathPos
, pathAvailLen, "/%s", name);
561
pathPos
+finallen, pathAvailLen-finallen);
590
size_t finallen = snprintf(
pathPos
, pathAvailLen, "/%s", name);
608
*
pathPos
= 0;
638
char*
pathpos
;
local
647
pathpos
= dirname + strlen(dirname);
648
if ((*(
pathpos
-1)) != '/') {
649
*
pathpos
= '/';
650
pathpos
++
[
all
...]
Completed in 93 milliseconds