Home
last modified time | relevance | path

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

/system/ulib/minfs/
A Dfsck.cpp171 bool dotdot = false; in CheckDirectory() local
234 if (dotdot) { in CheckDirectory()
238 dotdot = true; in CheckDirectory()
270 if (dotdot == false) { in CheckDirectory()
/system/ulib/fdio/
A Dunistd.c388 size_t dotdot = out_index; // The output index at which '..' cannot be cleaned further. in __fdio_cleanpath() local
404 if (out_index > dotdot) { in __fdio_cleanpath()
408 while (out_index > dotdot && out[out_index] != '/') { out_index--; } in __fdio_cleanpath()
420 dotdot = out_index; in __fdio_cleanpath()

Completed in 10 milliseconds