Searched refs:dotdot (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1395.c | 41 struct dotdot { struct 50 const struct dotdot pairs[] = {
|
/third_party/python/Lib/ |
H A D | posixpath.py | 357 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 D | urlapi.c | 878 * 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 D | io_win32.cc | 159 static const wstring dotdot(L".."); in normalize() 177 if (segment == dotdot) { in normalize()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | dir.c | 836 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