Lines Matching refs:destination
2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
13 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
14 and checking the existence and size of destination files
17 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
24 /* array of destination file names */
46 echo "Existence of destination file before copy => ";
52 echo "Existence of destination file => ";
63 echo "Size of destination file => ";
80 *** Test copy() function: destination file names with empty string, nulls & bools ***
85 Existence of destination file before copy => bool(true)
89 Existence of destination file => bool(true)
92 Size of destination file => int(%d)
97 Existence of destination file before copy => bool(true)
101 Existence of destination file => bool(true)
104 Size of destination file => int(%d)
109 Existence of destination file before copy => bool(true)
113 Existence of destination file => bool(true)
116 Size of destination file => int(%d)
121 Existence of destination file before copy => bool(true)
125 Existence of destination file => bool(true)
128 Size of destination file => int(%d)
133 Existence of destination file before copy => bool(false)
135 Existence of destination file => bool(true)
138 Size of destination file => int(1500)
141 Existence of destination file before copy => bool(false)
143 Existence of destination file => bool(true)
146 Size of destination file => int(1500)