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 => ";
62 echo "Destination file name is => ";
66 echo "Size of destination file => ";
83 *** Testing copy() function: copying data file across directories ***
84 - Size of source file => int(3500)
86 --- Now applying copy() on source file to create copies ---
88 Size of source file => int(3500)
90 Existence of destination file => bool(true)
91 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
92 Size of destination file => int(3500)
95 Size of source file => int(3500)
97 Existence of destination file => bool(true)
98 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
99 Size of destination file => int(3500)
102 Size of source file => int(3500)
104 Existence of destination file => bool(true)
105 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
106 Size of destination file => int(3500)
109 Size of source file => int(3500)
111 Existence of destination file => bool(true)
112 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_copy_variation16.tmp
113 Size of destination file => int(3500)
116 Size of source file => int(3500)
118 Existence of destination file => bool(true)
119 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_variation16_sub/copy_c…
120 Size of destination file => int(3500)
123 Size of source file => int(3500)
125 Existence of destination file => bool(true)
126 Destination file name is => %s/copy_variation16/copy_variation16_sub/..///../copy_copy_variation16.…
127 Size of destination file => int(3500)
130 Size of source file => int(3500)
132 Existence of destination file => bool(true)
133 Destination file name is => %s/copy_variation16/copy_variation16_sub///../*
134 Size of destination file => int(3500)
137 Size of source file => int(3500)
139 Existence of destination file => bool(true)
140 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation16/copy_copy_var…
141 Size of destination file => int(3500)