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 => ";
58 echo "Destination file name is => ";
62 echo "Size of source file => ";
66 echo "Size of destination file => ";
84 *** Test copy() function: copying file across directories ***
85 Size of source file => int(0)
87 -- Now applying copy() on source file to create copies --
90 Existence of destination file => bool(true)
91 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
92 Size of source file => int(0)
93 Size of destination file => int(0)
97 Existence of destination file => bool(true)
98 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
99 Size of source file => int(0)
100 Size of destination file => int(0)
104 Existence of destination file => bool(true)
105 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
106 Size of source file => int(0)
107 Size of destination file => int(0)
111 Existence of destination file => bool(true)
112 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_copy_variation6.tmp
113 Size of source file => int(0)
114 Size of destination file => int(0)
118 Existence of destination file => bool(true)
119 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_variation6_sub/copy_copy…
120 Size of source file => int(0)
121 Size of destination file => int(0)
125 Existence of destination file => bool(true)
126 Destination file name is => %s/copy_variation6/copy_variation6_sub/..///../copy_copy_variation6.tmp
127 Size of source file => int(0)
128 Size of destination file => int(0)
132 Warning: copy(%s/copy_variation6/copy_variation6_sub///../*): failed to open stream: No such file o…
134 Existence of destination file => bool(false)
138 Existence of destination file => bool(true)
139 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
140 Size of source file => int(0)
141 Size of destination file => int(0)