Home
last modified time | relevance | path

Searched refs:grandchild (Results 1 – 25 of 31) sorted by relevance

12

/external/ltp/testcases/kernel/fs/fs_bind/move/
Dtest0150 mkdir dir/grandchild
54 mount --bind "$disk1" parent2/child2/grandchild
55 check parent2/child2/grandchild share1/grandchild share2/child2/grandchild
56 check -n dir/grandchild parent2/child2/grandchild
58 mount --bind "$disk2" share1/grandchild/a
60 check parent2/child2/grandchild/a share1/grandchild/a share2/child2/grandchild/a
73 umount share1/grandchild/a
74 umount share1/grandchild/
Dtest0549 mkdir dir/grandchild
54 mount --bind "$disk1" parent2/child2/grandchild
55 check parent2/child2/grandchild share2/child2/grandchild
56 check -n dir/grandchild parent2/child2/grandchild
57 check -n share1/grandchild parent2/child2/grandchild
59 mount --bind "$disk2" share2/child2/grandchild/a
61 check parent2/child2/grandchild/a share2/child2/grandchild/a
73 umount parent2/child2/grandchild/a
74 umount parent2/child2/grandchild
Dtest0250 mkdir dir/grandchild
55 mount --bind "$disk1" parent2/child2/grandchild
56 check parent2/child2/grandchild share1/grandchild
57 check -n dir/grandchild parent2/child2/grandchild
58 check -n share2/child2/grandchild parent2/child2/grandchild
60 mount --bind "$disk2" share1/grandchild/a
62 check parent2/child2/grandchild/a share1/grandchild/a
74 umount share1/grandchild/a
75 umount share1/grandchild/
Dtest0949 mkdir dir/grandchild
55 mount --bind "$disk1" parent2/child2/grandchild
56 check parent2/child2/grandchild share2/child2/grandchild
57 check -n dir/grandchild parent2/child2/grandchild
58 check -n share1/grandchild parent2/child2/grandchild
60 mount --bind "$disk2" share2/child2/grandchild/a
62 check parent2/child2/grandchild/a share2/child2/grandchild/a
78 umount parent2/child2/grandchild/a
79 umount parent2/child2/grandchild
Dtest0350 mkdir dir/grandchild
56 mount --bind "$disk1" parent2/child2/grandchild
57 check parent2/child2/grandchild share1/grandchild
58 check -n dir/grandchild parent2/child2/grandchild
59 check -n share2/child2/grandchild parent2/child2/grandchild
61 mount --bind "$disk2" share1/grandchild/a
63 check parent2/child2/grandchild/a share1/grandchild/a
75 umount share1/grandchild/a
76 umount parent2/child2/grandchild
Dtest0449 mkdir dir/grandchild
53 mount --bind "$disk1" parent2/child2/grandchild
54 check parent2/child2/grandchild share1/grandchild
55 check -n dir/grandchild parent2/child2/grandchild
57 mount --bind "$disk2" share1/grandchild/a
59 check parent2/child2/grandchild/a share1/grandchild/a
71 umount share1/grandchild/a
72 umount share1/grandchild/
Dtest1048 mkdir dir/grandchild
57 mount --bind "$disk1" share1/grandchild
58 check parent2/child2/grandchild share1/grandchild
59 check -n dir/grandchild/ parent2/child2/grandchild
61 mount --bind "$disk2" parent2/child2/grandchild/a
62 check -n share1/grandchild/a parent2/child2/grandchild/a
77 umount parent2/child2/grandchild/a
78 umount share1/grandchild # also does umount parent2/child2/grandchild
Dtest1248 mkdir dir/grandchild
57 mount --bind "$disk1" share1/grandchild
58 check parent2/child2/grandchild share1/grandchild
59 check -n dir/grandchild/ parent2/child2/grandchild
61 mount --bind "$disk2" parent2/child2/grandchild/a
62 check -n share1/grandchild/a parent2/child2/grandchild/a
77 umount parent2/child2/grandchild/a
78 umount share1/grandchild
Dtest1148 mkdir dir/grandchild
58 mount --bind "$disk1" share1/grandchild
59 check parent2/child2/grandchild share1/grandchild
60 check -n dir/grandchild/ parent2/child2/grandchild
62 mount --bind "$disk2" parent2/child2/grandchild/a
63 check -n share1/grandchild/a parent2/child2/grandchild/a
76 umount parent2/child2/grandchild/a
77 umount share1/grandchild
Dtest0648 mkdir dir/grandchild
54 mount --bind "$disk1" parent2/child2/grandchild
55 check -n parent2/child2/grandchild share2/child2/grandchild
56 check -n dir/grandchild parent2/child2/grandchild
57 check -n share1/grandchild parent2/child2/grandchild
69 umount parent2/child2/grandchild
Dtest0748 mkdir dir/grandchild
55 mount --bind "$disk1" parent2/child2/grandchild
56 check -n parent2/child2/grandchild share2/child2/grandchild
57 check -n dir/grandchild parent2/child2/grandchild
58 check -n share1/grandchild parent2/child2/grandchild
70 umount parent2/child2/grandchild
Dtest0847 mkdir dir/grandchild
52 mount --bind "$disk1" parent2/child2/grandchild
53 check -n dir/grandchild parent2/child2/grandchild
54 check -n share1/grandchild parent2/child2/grandchild
66 umount parent2/child2/grandchild
Dtest1647 mkdir dir/grandchild
Dtest1348 mkdir dir/grandchild
Dtest1447 mkdir dir/grandchild
Dtest1548 mkdir dir/grandchild
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/
DBuilderTest.java235 Grandchild grandchild = in requireSubcomponentBuilderProviders() local
243 assertThat(grandchild.i()).isEqualTo(12); in requireSubcomponentBuilderProviders()
244 assertThat(grandchild.s()).isEqualTo("sam"); in requireSubcomponentBuilderProviders()
256 Grandchild grandchild = in requireSubcomponentBuilders() local
263 assertThat(grandchild.i()).isEqualTo(12); in requireSubcomponentBuilders()
264 assertThat(grandchild.s()).isEqualTo("sam"); in requireSubcomponentBuilders()
/external/guice/core/test/com/google/inject/
DJitBindingsTest.java340 Injector grandchild = child.createChildInjector(new AbstractModule() { in testChildInjectorInheritsOption() local
346 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class); in testChildInjectorInheritsOption()
347 ensureFails(grandchild, ALLOW_BINDING, FooImpl.class); in testChildInjectorInheritsOption()
387 Injector grandchild = child.createChildInjector(new AbstractModule() { in testChildInjectorAddsOption() local
394 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class); in testChildInjectorAddsOption()
/external/iputils/ninfod/
Dninfod_core.c458 pid_t grandchild = fork(); in ni_send_fork() local
459 if (grandchild < 0) in ni_send_fork()
461 if (grandchild == 0) { in ni_send_fork()
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll319 ; fact down to implicit.right.grandchild, up to implicit.root, and down to
374 to label %unreachable unwind label %implicit.right.grandchild
380 implicit.right.grandchild:
381 …%implicit.right.grandchild.cs = catchswitch within %implicit.right.child.pad [label %implicit.righ…
385 implicit.right.grandchild.catch:
386 %implicit.right.grandhcild.pad = catchpad within %implicit.right.grandchild.cs []
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy86 createDirectory(FROM_DIR + "/child/grandchild")
95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy86 createDirectory(FROM_DIR + "/child/grandchild")
95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy86 createDirectory(FROM_DIR + "/child/grandchild")
95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy86 createDirectory(FROM_DIR + "/child/grandchild")
95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy86 createDirectory(FROM_DIR + "/child/grandchild")
95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")

12