• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/

Lines Matching refs:testfile

35 	# If we are using an env, then testfile should just be the db name.
38 set testfile $testdir/subdb006.db
41 set testfile subdb006.db
79 build_all_subdb $testfile [list $method] $psize \
86 set db [eval {berkdb_open} $oflags $oargs $testfile primary.db]
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
112 do_join_subdb $testfile primary.db "1" $str $oargs
114 do_join_subdb $testfile primary.db "2" $str $oargs
116 do_join_subdb $testfile primary.db "3" $str $oargs
118 do_join_subdb $testfile primary.db "4" $str $oargs
120 do_join_subdb $testfile primary.db "1 2" $str $oargs
122 do_join_subdb $testfile primary.db "1 2 3" $str $oargs
124 do_join_subdb $testfile primary.db "1 2 3 4" $str $oargs
126 do_join_subdb $testfile primary.db "2 1" $str $oargs
128 do_join_subdb $testfile primary.db "3 2 1" $str $oargs
130 do_join_subdb $testfile primary.db "4 3 2 1" $str $oargs
132 do_join_subdb $testfile primary.db "1 3" $str $oargs
134 do_join_subdb $testfile primary.db "3 1" $str $oargs
136 do_join_subdb $testfile primary.db "1 4" $str $oargs
138 do_join_subdb $testfile primary.db "4 1" $str $oargs
140 do_join_subdb $testfile primary.db "2 3" $str $oargs
142 do_join_subdb $testfile primary.db "3 2" $str $oargs
144 do_join_subdb $testfile primary.db "2 4" $str $oargs
146 do_join_subdb $testfile primary.db "4 2" $str $oargs
148 do_join_subdb $testfile primary.db "3 4" $str $oargs
150 do_join_subdb $testfile primary.db "4 3" $str $oargs
152 do_join_subdb $testfile primary.db "2 3 4" $str $oargs
154 do_join_subdb $testfile primary.db "3 4 1" $str $oargs
156 do_join_subdb $testfile primary.db "4 2 1" $str $oargs
158 do_join_subdb $testfile primary.db "0 2 1" $str $oargs
160 do_join_subdb $testfile primary.db "3 2 0" $str $oargs
162 do_join_subdb $testfile primary.db "4 3 2 1" $str $oargs
164 do_join_subdb $testfile primary.db "4 3 0 1" $str $oargs