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 => ";
59 echo "Size of destination file => ";
75 *** Test copy() function: destination file names containing whitespaces ***
81 Existence of destination file => bool(true)
84 Size of destination file => int(1500)
88 Existence of destination file => bool(true)
91 Size of destination file => int(1500)
97 Existence of destination file => bool(false)
103 Existence of destination file => bool(false)