Lines Matching refs:file

2 Test copy() function: usage variations - copy empty file across dirs
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Test copy() function: copying file across directories ***\n";
31 echo "Size of source file => ";
46 echo "\n-- Now applying copy() on source file to create copies --";
54 echo "Existence of destination file => ";
57 echo "Destination file name is => ";
61 echo "Size of source file => ";
65 echo "Size of destination file => ";
82 *** Test copy() function: copying file across directories ***
83 Size of source file => int(0)
85 -- Now applying copy() on source file to create copies --
88 Existence of destination file => bool(true)
89 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
90 Size of source file => int(0)
91 Size of destination file => int(0)
95 Existence of destination file => bool(true)
96 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
97 Size of source file => int(0)
98 Size of destination file => int(0)
102 Existence of destination file => bool(true)
103 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
104 Size of source file => int(0)
105 Size of destination file => int(0)
109 Existence of destination file => bool(true)
110 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_copy_variation6.tmp
111 Size of source file => int(0)
112 Size of destination file => int(0)
116 Existence of destination file => bool(true)
117 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_variation6_sub/copy_copy…
118 Size of source file => int(0)
119 Size of destination file => int(0)
123 Existence of destination file => bool(true)
124 Destination file name is => %s/copy_variation6/copy_variation6_sub/..///../copy_copy_variation6.tmp
125 Size of source file => int(0)
126 Size of destination file => int(0)
130 Existence of destination file => bool(true)
131 Destination file name is => %s/copy_variation6/copy_variation6_sub/..///../*
132 Size of source file => int(0)
133 Size of destination file => int(0)
137 Existence of destination file => bool(true)
138 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
139 Size of source file => int(0)
140 Size of destination file => int(0)