Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 4 of 4) sorted by relevance

/build/kati/
Dpathutil_test.go337 cmd: `find testdir -name dir2 -prune -o -name file1`,
419 file1 := fs.add(fs.file, "testdir/dir1/file1")
424 fs.symlink("testdir/dir2/link1", file1)
441 …want: `testdir testdir/file1 testdir/file2 testdir/dir1 testdir/dir1/file1 testdir/dir1/file2 test…
449 …/testdir ./testdir/file1 ./testdir/file2 ./testdir/dir1 ./testdir/dir1/file1 ./testdir/dir1/file2 …
457 …/testdir ./testdir/file1 ./testdir/file2 ./testdir/dir1 ./testdir/dir1/file1 ./testdir/dir1/file2 …
473 … ././testdir/file1 ././testdir/file2 ././testdir/dir1 ././testdir/dir1/file1 ././testdir/dir1/file…
481 … ././testdir/file1 ././testdir/file2 ././testdir/dir1 ././testdir/dir1/file1 ././testdir/dir1/file…
489file1 testdir/../testdir/file2 testdir/../testdir/dir1 testdir/../testdir/dir1/file1 testdir/../te…
505 want: `testdir/file1 testdir/dir1/file1 testdir/dir2/file1`,
[all …]
/build/kati/testcase/
Dfind_command.mk20 touch testdir/file1
23 touch testdir/dir1/file1
27 touch testdir/dir2/file1
30 ln -s ../dir1/file1 testdir/dir2/link1
66 $(call run_find, find testdir -name file1)
93 $(call run_find, find testdir -name dir2 -prune -o -name file1)
111 $(call run_find, build/tools/findleaves.py testdir file1)
115 $(call run_find, build/tools/findleaves.py --mindepth=1 testdir file1)
116 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
117 $(call run_find, build/tools/findleaves.py --mindepth=3 testdir file1)
[all …]
Dninja_regen_find_link.sh41 touch dir1/file1 dir2/file2
/build/tools/releasetools/
Dtarget_files_diff.py141 def diff(name, file1, file2, out_file): argument
145 with preprocess(name, file1) as f1: