Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
H A Dunit1395.c41 struct dotdot { struct
50 const struct dotdot pairs[] = {
/third_party/python/Lib/
H A Dposixpath.py357 dotdot = b'..'
362 dotdot = '..'
377 if (comp != dotdot or (not initial_slashes and not new_comps) or
378 (new_comps and new_comps[-1] == dotdot)):
/third_party/curl/lib/
H A Durlapi.c878 * This function gets a null-terminated path with dot and dotdot sequences
909 bool dotdot = TRUE; in dedotdotify() local
931 dotdot = FALSE; in dedotdotify()
975 dotdot = FALSE; in dedotdotify()
978 dotdot = FALSE; in dedotdotify()
980 if(!dotdot) { in dedotdotify()
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc159 static const wstring dotdot(L".."); in normalize()
177 if (segment == dotdot) { in normalize()
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c836 static const ntfschar dotdot[3] = { const_cpu_to_le16('.'), variable
1154 rc = filldir(dirent, dotdot, 1, FILE_NAME_POSIX, *pos, in ntfs_readdir()
1171 rc = filldir(dirent, dotdot, 2, FILE_NAME_POSIX, *pos, in ntfs_readdir()

Completed in 7 milliseconds