Home
last modified time | relevance | path

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

/system/core/sh/
Dcd.c76 STATIC char *cdcomppath; variable
167 cdcomppath = stalloc(strlen(dest) + 1); in docd()
168 scopy(dest, cdcomppath); in docd()
172 cdcomppath++; in docd()
219 if ((p = cdcomppath) == NULL) in getcomponent()
221 start = cdcomppath; in getcomponent()
225 cdcomppath = NULL; in getcomponent()
228 cdcomppath = p; in getcomponent()
268 cdcomppath = stalloc(strlen(dir) + 1); in updatepwd()
269 scopy(dir, cdcomppath); in updatepwd()