Lines Matching refs:paths
2 Test touch() function : variation: various valid and invalid paths
27 $paths = array(
60 echo "\n*** testing nonexisting paths ***\n";
61 test_nonexisting($paths);
64 test_existing($paths, false);
67 test_existing($paths, true);
74 function test_nonexisting($paths) {
75 foreach($paths as $path) {
117 function test_existing($paths, $are_dirs) {
118 foreach($paths as $path) {
163 *** testing nonexisting paths ***