Lines Matching refs:destination
2 Test copy() function: usage variations - destination file names(case sensitive)
9 /* Test copy() function: Checking case sensitivity in creation of destination file names
10 and the existence and size of destination files
13 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
20 /* array of destination file names */
43 echo "Existence of destination file => ";
54 echo "Size of destination file => ";
74 *** Test copy() function: checking case sensitivity in creation of destination file names ***
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)