Lines Matching refs:destination
2 Test copy() function: usage variations - destination file names(white spaces)
12 /* Test copy() function: In creation of destination file names containing white spaces
13 and checking the existence and size of destination files
16 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
23 /* array of destination file names */
47 echo "Existence of destination file => ";
58 echo "Size of destination file => ";
74 *** Test copy() function: destination file names containing whitespaces ***
80 Existence of destination file => bool(true)
83 Size of destination file => int(1500)
87 Existence of destination file => bool(true)
90 Size of destination file => int(1500)
94 Existence of destination file => bool(true)
97 Size of destination file => int(1500)
101 Existence of destination file => bool(true)
104 Size of destination file => int(1500)