Lines Matching refs:file2
32 forcedelete file2.txt
36 INSERT INTO t1 VALUES(2, readfile(NULL)),(3, readfile('file2.txt'));
43 SELECT writefile('./file2.txt', 'A second test line');
47 set in [open ./file2.txt rb]
50 list $x [file size file2.txt]
55 SELECT writefile('./file2.txt', NULL);
59 file size ./file2.txt
64 file attributes ./file2.txt -permissions r--r--r--
66 file attributes ./file2.txt -readonly 1
69 SELECT writefile('./file2.txt', 'Another test');
74 file attributes ./file2.txt -permissions rw-r--r--
76 file attributes ./file2.txt -readonly 0