Lines Matching refs:file

12 # This file implements tests for the appendvfs extension.
15 # avfs-1.0. Test that an appendvfs DB can be added to an empty (ZLF) file.
17 # avfs-1.2. Test that an appendvfs DB can be added to a simple text file.
20 # avfs-2.1. Test that the simple text file retains its initial text.
26 # avfs-4.1. Test shell's ability to append to a non-appendvfs file.
27 # avfs-4.2. Test shell's ability to append to empty or nonexistent file.
28 # avfs-4.3. Test shell's ability to reopen and alter an appendvfs file.
34 set testdir [file dirname $argv0]
68 # Return file offset of appendvfs portion of a file, or {} if none such.
70 if {[file size $fname] < 25} {
91 sqlite3 adb "file:$::fza?mode=rwc$::vf" -uri 1
106 sqlite3 adb "file:$::fza?mode=rw$::vf" -uri 1
120 set adbSz [file size $::fa]
121 sqlite3 adb "file:$::fa?mode=rwc$::vf" -uri 1
131 set adaSz [file size $::fa]
138 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
176 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
197 set adbSz [file size $::fa]
208 set adaSz [file size $::fa]
218 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
229 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
241 set adaSzr [expr [file size $::fa] / 300.0 / 1500 ]
250 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
261 set adbsz [file size $::fa]
262 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
270 set adasz [file size $::fa]
272 sqlite3 adb "file:$::fa?mode=rw$::vf" -uri 1
342 sqlite3 adb "file:$shod?mode=rw$::vf" -uri 1
360 if {[catch {sqlite3 adb "file:$fake?mode=rw$::vf" -uri 1}]} {
381 if {[catch {sqlite3 adb "file:$fake?mode=rw$::vf" -uri 1}]} {