Lines Matching refs:file
2 Test copy() function: usage variations - copy data 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 "*** Testing copy() function: copying data file across directories ***\n";
33 echo "- Size of source file => ";
48 echo "\n--- Now applying copy() on source file to create copies ---";
53 echo "Size of source file => ";
59 echo "Existence of destination file => ";
63 echo "Destination file name is => ";
67 echo "Size of destination file => ";
85 *** Testing copy() function: copying data file across directories ***
86 - Size of source file => int(3500)
88 --- Now applying copy() on source file to create copies ---
90 Size of source file => int(3500)
92 Existence of destination file => bool(true)
93 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
94 Size of destination file => int(3500)
97 Size of source file => int(3500)
99 Existence of destination file => bool(true)
100 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
101 Size of destination file => int(3500)
104 Size of source file => int(3500)
106 Existence of destination file => bool(true)
107 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
108 Size of destination file => int(3500)
111 Size of source file => int(3500)
113 Existence of destination file => bool(true)
114 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_copy_variation16.tmp
115 Size of destination file => int(3500)
118 Size of source file => int(3500)
120 Existence of destination file => bool(true)
121 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_variation16_sub/copy_c…
122 Size of destination file => int(3500)
125 Size of source file => int(3500)
127 Existence of destination file => bool(true)
128 Destination file name is => %s/copy_variation16/copy_variation16_sub/..///../copy_copy_variation16.…
129 Size of destination file => int(3500)
132 Size of source file => int(3500)
134 Warning: copy(%s): failed to open stream: No such file or directory in %s on line %s
136 Existence of destination file => bool(false)
139 Size of source file => int(3500)
141 Existence of destination file => bool(true)
142 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation6/copy_copy_vari…
143 Size of destination file => int(3500)