Home
last modified time | relevance | path

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

/external/libfuse/lib/modules/
Dsubdir.c110 int dotdots; in transform_symlink() local
120 dotdots = count_components(path); in transform_symlink()
121 if (!dotdots) in transform_symlink()
123 dotdots--; in transform_symlink()
126 if (dotdots * 3 + llen + 2 > size) in transform_symlink()
129 s = buf + dotdots * 3; in transform_symlink()
132 else if (!dotdots) in transform_symlink()
137 for (s = buf, i = 0; i < dotdots; i++, s += 3) in transform_symlink()
/external/toybox/toys/posix/
Dcp.c220 int dotdots = 0; in cp_node() local
223 for (or = try; or->parent; or = or->parent) dotdots++; in cp_node()
225 if (*or->name == '/') dotdots = 0; in cp_node()
226 if (dotdots) { in cp_node()
227 char *s2 = xmprintf("%*c%s", 3*dotdots, ' ', s); in cp_node()
230 while(dotdots--) { in cp_node()
/external/curl/tests/data/
Dtest39149 --path-as-is with redirect, keeping dotdots
Dtest66354 HTTP redirect with dotdots and whitespaces in absolute Location: URL