Lines Matching refs:paths
2 Test touch() function : variation: various valid and invalid paths
24 $paths = array(
54 echo "\n*** testing nonexisting paths ***\n";
55 test_nonexisting($paths);
58 test_existing($paths, false);
61 test_existing($paths, true);
68 function test_nonexisting($paths) {
69 foreach($paths as $path) {
111 function test_existing($paths, $are_dirs) {
112 foreach($paths as $path) {
157 *** testing nonexisting paths ***