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 => ";
85 *** Test copy() function: copying file across directories ***
86 Size of source file => int(0)
88 -- Now applying copy() on source file to create copies --
91 Existence of destination file => bool(true)
92 Destination file name is => %s/copy_variation6/copy_copy_variation6.tmp
93 Size of source file => int(0)
94 Size of destination file => int(0)
98 Existence of destination file => bool(true)
99 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
100 Size of source file => int(0)
101 Size of destination file => int(0)
105 Existence of destination file => bool(true)
106 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy_copy_variation6.tmp
107 Size of source file => int(0)
108 Size of destination file => int(0)
112 Existence of destination file => bool(true)
113 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_copy_variation6.tmp
114 Size of source file => int(0)
115 Size of destination file => int(0)
119 Existence of destination file => bool(true)
120 Destination file name is => %s/copy_variation6/copy_variation6_sub/../copy_variation6_sub/copy_copy…
121 Size of source file => int(0)
122 Size of destination file => int(0)
126 Existence of destination file => bool(true)
127 Destination file name is => %s/copy_variation6/copy_variation6_sub/..///../copy_copy_variation6.tmp
128 Size of source file => int(0)
129 Size of destination file => int(0)
133 …variation6/copy_variation6_sub/..///../*): failed to open stream: No such file or directory in %s …
135 Existence of destination file => bool(false)
139 Existence of destination file => bool(true)
140 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
141 Size of source file => int(0)
142 Size of destination file => int(0)