Lines Matching refs:file

2 Test copy() function: usage variations - copy empty file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Test copy() function: copying file across directories ***\n";
26 echo "Size of source file => ";
41 echo "\n-- Now applying copy() on source file to create copies --";
49 echo "Existence of destination file => ";
52 echo "Destination file name is => ";
56 echo "Size of source file => ";
60 echo "Size of destination file => ";
77 *** Test copy() function: copying file across directories ***
78 Size of source file => int(0)
80 -- Now applying copy() on source file to create copies --
83 Existence of destination file => bool(true)
84 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
85 Size of source file => int(0)
86 Size of destination file => int(0)
90 Existence of destination file => bool(true)
91 Destination file name is => %s/copy_variation6/copy_variation6_sub/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_variation6_sub/copy_copy…
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_copy_variation6.tmp
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///../*
127 Size of source file => int(0)
128 Size of destination file => int(0)
132 Existence of destination file => bool(true)
133 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
134 Size of source file => int(0)
135 Size of destination file => int(0)