Searched refs:cdcomppath (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dcd.c76 STATIC char *cdcomppath; variable
167 cdcomppath = stalloc(strlen(dest) + 1);
168 scopy(dest, cdcomppath);
172 cdcomppath++;
209 * Get the next component of the path name pointed to by cdcomppath.
210 * This routine overwrites the string pointed to by cdcomppath.
219 if ((p = cdcomppath) == NULL)
221 start = cdcomppath;
225 cdcomppath = NULL;
228 cdcomppath
[all...]

Completed in 26 milliseconds