/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 38 ext2_ino_t dotdot; /* Parent according to '..' */ member 168 ent.dotdot = parent; in e2fsck_add_dir_info() 196 dir->dotdot = parent; in e2fsck_add_dir_info() 235 ret_dir_info.dotdot = buf->dotdot; in e2fsck_get_dir_info() 238 printf("(%u,%u,%u)\n", ino, buf->dotdot, buf->parent); in e2fsck_get_dir_info() 253 ctx->dir_info->array[low].dotdot, in e2fsck_get_dir_info() 261 ctx->dir_info->array[high].dotdot, in e2fsck_get_dir_info() 275 ctx->dir_info->array[mid].dotdot, in e2fsck_get_dir_info() 298 printf("e2fsck_put_dir_info (%u, %u, %u)...", dir->ino, dir->dotdot, in e2fsck_put_dir_info() 307 buf.dotdot = dir->dotdot; in e2fsck_put_dir_info() [all …]
|
D | e2fsck.h | 98 ext2_ino_t dotdot; /* Parent according to '..' */ member 510 ext2_ino_t dotdot); 514 ext2_ino_t *dotdot);
|
D | pass2.c | 1024 struct ext2_dir_entry *dirent, *prev, dot, dotdot; in check_dir_block() local 1382 memset(&dotdot, 0, sizeof(dotdot)); in check_dir_block() 1383 dirent = &dotdot; in check_dir_block()
|
D | pass1.c | 699 __u32 dotdot; in check_is_really_dir() local 715 memcpy(&dotdot, inode->i_block, sizeof(dotdot)); in check_is_really_dir() 718 dotdot = ext2fs_le32_to_cpu(dotdot); in check_is_really_dir() 722 if (dotdot >= ctx->fs->super->s_inodes_count || in check_is_really_dir() 723 (dotdot < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir() 724 dotdot != EXT2_ROOT_INO) || in check_is_really_dir()
|
/external/libchrome/base/files/ |
D | file_enumerator_posix.cc | 124 FileInfo dotdot; in Next() local 125 dotdot.stat_.st_mode = S_IFDIR; in Next() 126 dotdot.filename_ = FilePath(".."); in Next() 127 if (!ShouldSkip(dotdot.filename_)) { in Next() 128 directory_entries_.push_back(std::move(dotdot)); in Next()
|
/external/curl/tests/unit/ |
D | unit1395.c | 38 struct dotdot { struct 47 const struct dotdot pairs[] = { argument
|
/external/curl/tests/data/ |
D | test1231 | 6 dotdot removal 37 HTTP URL with dotdot removal from path
|
D | test1241 | 3 # verify that dotdot removal can be disabled! 38 HTTP _without_ dotdot removal
|
D | test1232 | 8 dotdot removal 39 HTTP URL with dotdot removal from path using an HTTP proxy
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 51 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser 53 static Regex dotdotPattern = new Regex( dotdot, RegexOptions.Compiled );
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 49 static string dotdot = ".*[^.]\\.\\.[^.].*"; field in Antlr.Runtime.Tree.TreeParser 51 static Regex dotdotPattern = new Regex(dotdot, RegexOptions.Compiled);
|
/external/pdfium/testing/resources/javascript/ |
D | field_methods.in | 21 var dotdot = this.getField("MyField..nonesuch"); 22 app.alert("dotdot is " + dotdot.name);
|
D | field_methods_expected.txt | 5 Alert: dotdot is
|
/external/python/cpython3/Lib/ |
D | posixpath.py | 344 dotdot = b'..' 349 dotdot = '..' 364 if (comp != dotdot or (not initial_slashes and not new_comps) or 365 (new_comps and new_comps[-1] == dotdot)):
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 44 static String dotdot = ".*[^.]\\.\\.[^.].*"; field in TreeParser 46 static Pattern dotdotPattern = Pattern.compile(dotdot);
|
/external/rust/crates/tempfile/tests/ |
D | tempdir.rs | 171 let dotdot = Path::new(".."); in recursive_mkdir_dot() localVariable 172 t!(fs::create_dir_all(&dotdot)); in recursive_mkdir_dot()
|
/external/protobuf/src/google/protobuf/io/ |
D | io_win32.cc | 155 static const wstring dotdot(L".."); in normalize() local 173 if (segment == dotdot) { in normalize()
|
/external/curl/lib/ |
D | Makefile.inc | 126 dotdot.c \ 259 dotdot.h \
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 480 dotdot 907 : open_brace (register (dotdot register)?)? close_brace; 914 …: CATCH_DIRECTIVE nonvoid_type_descriptor open_brace label_ref dotdot label_ref close_brace label_… 923 : CATCHALL_DIRECTIVE open_brace label_ref dotdot label_ref close_brace label_ref
|
/external/tensorflow/third_party/ |
D | curl.BUILD | 117 "lib/dotdot.c", 118 "lib/dotdot.h",
|
/external/antlr/runtime/Python/antlr3/ |
D | tree.py | 2227 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser 2229 dotdotPattern = re.compile(dotdot)
|
/external/antlr/runtime/Python3/antlr3/ |
D | tree.py | 2214 dotdot = ".*[^.]\\.\\.[^.].*" variable in TreeParser 2216 dotdotPattern = re.compile(dotdot)
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 1488 dotdot = matching_string(path_str, '..') 1492 if component == dotdot: 1494 collapsed_path_components[-1] != dotdot):
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.dsp | 857 SOURCE=..\..\..\..\lib\dotdot.c 1525 SOURCE=..\..\..\..\lib\dotdot.h
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 76919 struct fake_dirent dotdot; member
|