Lines Matching refs:touch
2 Test touch() function : variation: various valid and invalid paths
46 echo "*** Testing touch() : variation ***\n";
70 $res = touch($path);
85 echo "FAILED: $path - touch returned true, nothing there\n";
92 echo "FAILED: $path - touch returned false, something there\n";
130 $res = touch($path,0,0);
148 *** Testing touch() : variation ***
159 Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on l…
162 Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
171 Warning: touch(): Unable to create file /%s/BADDIR/aSubDirOrFile because %s in %s on line %d
174 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d
177 Warning: touch(): Unable to create file /%s/touchVar5.tmp/aSubDirOrFile/ because %s in %s on line %d