Lines Matching refs:file

2 Test copy() function: usage variations - copy data file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Testing copy() function: copying data file across directories ***\n";
28 echo "- Size of source file => ";
43 echo "\n--- Now applying copy() on source file to create copies ---";
48 echo "Size of source file => ";
54 echo "Existence of destination file => ";
57 echo "Destination file name is => ";
61 echo "Size of destination file => ";
78 *** Testing copy() function: copying data file across directories ***
79 - Size of source file => int(3500)
81 --- Now applying copy() on source file to create copies ---
83 Size of source file => int(3500)
85 Existence of destination file => bool(true)
86 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
87 Size of destination file => int(3500)
90 Size of source file => int(3500)
92 Existence of destination file => bool(true)
93 Destination file name is => %s/copy_variation16/copy_variation16_sub/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_variation16_sub/copy_c…
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_copy_variation16.…
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///../*
129 Size of destination file => int(3500)
132 Size of source file => int(3500)
134 Existence of destination file => bool(true)
135 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation16/copy_copy_var…
136 Size of destination file => int(3500)