Home | History | Annotate | Download | only in testcase

Lines Matching refs:dir1

22 	mkdir testdir/dir1
23 touch testdir/dir1/file1
24 touch testdir/dir1/file2
25 touch testdir/dir1/file3
30 ln -s ../dir1/file1 testdir/dir2/link1
31 ln -s ../../testdir/dir1 testdir/dir2/link2
83 $(call run_find, cd testdir///dir1// && find .///)
90 $(call run_find, test -d testdir//dir1/// && find testdir///dir1///)
91 $(call run_find, test -d testdir//.///dir1/// && find testdir//.///dir1///)
113 $(call run_find, build/tools/findleaves.py --prune=dir1 testdir file3)
114 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3)