Searched refs:dotdot (Results 1 – 2 of 2) sorted by relevance
171 bool dotdot = false; in CheckDirectory() local234 if (dotdot) { in CheckDirectory()238 dotdot = true; in CheckDirectory()270 if (dotdot == false) { in CheckDirectory()
388 size_t dotdot = out_index; // The output index at which '..' cannot be cleaned further. in __fdio_cleanpath() local404 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 9 milliseconds