Lines Matching refs:path

63             add dir mode=0755 owner=root group=bin path=lib
64 add dir mode=0755 owner=root group=bin path=usr
65 add dir mode=0755 owner=root group=bin path=usr/bin
66 add dir mode=0755 owner=root group=bin path=usr/local
67 add dir mode=0755 owner=root group=bin path=usr/local/bin
68 add dir mode=0755 owner=root group=bin path=usr/share
69 add dir mode=0755 owner=root group=bin path=usr/share/doc
70 add dir mode=0755 owner=root group=bin path=usr/share/doc/foo
71 add dir mode=0755 owner=root group=bin path=usr/share/man
72 add dir mode=0755 owner=root group=bin path=usr/share/man/man1
73 add file tmp/foo mode=0755 owner=root group=bin path=usr/bin/foo
74 add file tmp/libfoo.so.1 mode=0755 owner=root group=bin path=lib/libfoo.so.1
75 add file tmp/foo.1 mode=0444 owner=root group=bin path=usr/share/man/man1/foo.1
76 add file tmp/README mode=0444 owner=root group=bin path=/usr/share/doc/foo/README
77 add link path=usr/local/bin/soft-foo target=usr/bin/foo
78 add hardlink path=usr/local/bin/hard-foo target=/usr/bin/foo
81 add dir mode=0755 owner=root group=bin path=usr/bin
86 add dir mode=0755 owner=root group=bin path=usr
87 add dir mode=0755 owner=root group=bin path=usr/bin
88 add file tmp/quux mode=0755 owner=root group=bin path=usr/bin/quux
104 os.path.join(self.raw_trust_anchor_dir, name),
105 os.path.join(dest_dir, name))
123 key=os.path.join(self.keys_dir, "cs1_ch5_ta1_key.pem"),
124 cert=os.path.join(self.cs_dir, "cs1_ch5_ta1_cert.pem"),
125 i1=os.path.join(self.chain_certs_dir,
127 i2=os.path.join(self.chain_certs_dir,
129 i3=os.path.join(self.chain_certs_dir,
131 i4=os.path.join(self.chain_certs_dir,
133 i5=os.path.join(self.chain_certs_dir,
135 i6=os.path.join(self.chain_certs_dir,
204 arc_path = os.path.join(self.test_root, "empty.p5p")
211 assert os.path.exists(arc_path)
230 arc_path = os.path.join(self.test_root, "add.p5p")
239 tmp_root = os.path.join(self.test_root, "tmp")
243 src = os.path.join(self.test_root, f)
268 pkg.misc.relpath(os.path.join(self.test_root, e), "/")
314 dfroot = os.path.join(self.test_root, "pfiles")
317 foo_path = os.path.join(dfroot, "foo.p5m")
320 signed_path = os.path.join(dfroot, "signed.p5m")
323 quux_path = os.path.join(dfroot, "quux.p5m")
333 os.path.join(dirpath, f),
334 os.path.join(dfroot, f))
338 arc_path = os.path.join(self.test_root, "add_package.p5p")
366 os.path.join(self.cs_dir, "cs1_ch5_ta1_cert.pem"),
367 os.path.join(self.chain_certs_dir, "ch1_ta1_cert.pem"),
368 os.path.join(self.chain_certs_dir, "ch2_ta1_cert.pem"),
369 os.path.join(self.chain_certs_dir, "ch3_ta1_cert.pem"),
370 os.path.join(self.chain_certs_dir, "ch4_ta1_cert.pem"),
371 os.path.join(self.chain_certs_dir, "ch5_ta1_cert.pem"),
372 os.path.join(self.chain_certs_dir, "ch1_ta3_cert.pem"),
399 arc_path = os.path.join(self.test_root, "add_repo_package.p5p")
428 os.path.join(self.cs_dir, "cs1_ch5_ta1_cert.pem"),
429 os.path.join(self.chain_certs_dir, "ch1_ta1_cert.pem"),
430 os.path.join(self.chain_certs_dir, "ch2_ta1_cert.pem"),
431 os.path.join(self.chain_certs_dir, "ch3_ta1_cert.pem"),
432 os.path.join(self.chain_certs_dir, "ch4_ta1_cert.pem"),
433 os.path.join(self.chain_certs_dir, "ch5_ta1_cert.pem"),
434 os.path.join(self.chain_certs_dir, "ch1_ta3_cert.pem"),
504 fpath = os.path.join(ext_dir, self.foo.get_dir_path())
513 os.path.join(ext_dir, "foo.p5m"))
519 os.path.join(ext_dir, "quux.p5m"))
525 os.path.join(ext_dir, "quux.p5m"))
542 fpath = os.path.join(ext_dir, h)
543 assert os.path.exists(fpath)
552 assert os.path.exists(os.path.join(ext_dir, h))
558 assert os.path.exists(os.path.join(ext_dir, h))
574 # full path in archive; that is, the target dir is pre-
580 arcname = os.path.join("publisher", pub, "file",
584 fpath = os.path.join(ext_dir, arcname)
585 assert os.path.exists(fpath)
593 arcname = os.path.join("publisher", pub, "file",
597 fpath = os.path.join(ext_dir, h)
598 assert os.path.exists(fpath)
609 arcname = os.path.join("publisher", pub, "file",
613 fpath = os.path.join(ext_dir, h)
614 assert os.path.exists(fpath)
628 arcname = os.path.join("publisher", self.foo.publisher, "pkg",
700 expected = os.path.join(ext_tmp_dir, pname)
711 assert os.path.exists(expected)
734 arc_path = os.path.join(self.test_root, "retrieve.p5p")
754 ext_dir = os.path.join(self.test_root, "extracted")
780 fpath = os.path.join(dirpath, src)
797 os.path.join(self.cs_dir, "cs1_ch5_ta1_cert.pem"),
798 os.path.join(self.chain_certs_dir, "ch1_ta1_cert.pem"),
799 os.path.join(self.chain_certs_dir, "ch2_ta1_cert.pem"),
800 os.path.join(self.chain_certs_dir, "ch3_ta1_cert.pem"),
801 os.path.join(self.chain_certs_dir, "ch4_ta1_cert.pem"),
802 os.path.join(self.chain_certs_dir, "ch5_ta1_cert.pem"),
803 os.path.join(self.chain_certs_dir, "ch1_ta3_cert.pem"),
867 arc_path = os.path.join(self.test_root, "nosucharchive.p5p")
878 arc_path = os.path.join(self.test_root, "retrieve.p5p")
937 bad_arc_path = os.path.join(self.test_root, "bad_arc.p5p")
945 ext_dir = os.path.join(self.test_root, "extracted")
1018 arc_path = os.path.join(self.test_root, "index.p5p")