Lines Matching refs:target
378 # depot server in readonly mode using the target repository.
535 link path=link-foo target=file-foo
536 hardlink path=hardlink-foo target=file-foo
539 link path=dir-foo/sublink-foo target=../file-foo
540 link path=dir-foo/subfilelink-foo target=subfile-foo
541 hardlink path=dir-foo/subhardlink-foo target=../file-foo
542 hardlink path=dir-foo/subfilehardlink-foo target=subfile-foo
546 link path=link-bar target=file-bar
547 hardlink path=hardlink-bar target=file-bar
550 link path=dir-bar/sublink-bar target=../file-bar
551 link path=dir-bar/subfilelink-bar target=subfile-bar
552 hardlink path=dir-bar/subhardlink-bar target=../file-bar
553 hardlink path=dir-bar/subfilehardlink-bar target=subfile-bar
1303 link payload-pathname path=/usr/bin/foo target=bar""")
1310 dir path=/usr/bin/foo target=bar hash=payload-pathname""")
1547 def do_test_one(target, links):
1549 self.debug("Testing: {0} {1}".format(target, links))
1550 tpath = self.make_misc_files(target, rootdir)[0]
1551 expected_mf = "file {0} path={1}\n".format(target, target)
1562 expected_mf += "hardlink path={0} target={1}\n".format(
1567 # Add the directories implied by the target
1568 dirs.update(dirlist(os.path.dirname(target)))
1576 targetargs = "".join(("--target {0} ".format(t) for t in
1577 [target]))
1619 # Two links in the same directory as the target