Lines Matching refs:destination
2 Test copy() function: usage variations - destination file names(case sensitive)
10 /* Test copy() function: Checking case sensitivity in creation of destination file names
11 and the existence and size of destination files
14 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
21 /* array of destination file names */
44 echo "Existence of destination file => ";
55 echo "Size of destination file => ";
76 *** Test copy() function: checking case sensitivity in creation of destination file names ***
82 Existence of destination file => bool(true)
85 Size of destination file => int(1500)
89 Existence of destination file => bool(true)
92 Size of destination file => int(1500)
96 Existence of destination file => bool(true)
99 Size of destination file => int(1500)