Searched refs:isdir (Results 1 - 25 of 33) sorted by relevance
12
| /pkg/src/modules/actions/ |
| H A D | legacy.py | 67 if not os.path.isdir(pkgdir): 151 if not os.path.isdir(pkgdir):
|
| H A D | file.py | 205 os.path.isdir(final_path):
|
| H A D | signature.py | 118 elif os.path.isdir(pth):
|
| H A D | generic.py | 207 elif os.path.isdir(data): 639 # os.path.isdir() follows links, which isn't
|
| /pkg/src/util/publish/ |
| H A D | update_file_layout.py | 74 if not os.path.isdir(dir_loc):
|
| /pkg/src/modules/bundle/ |
| H A D | TarBundle.py | 65 elif tarinfo.isdir():
|
| /pkg/src/tests/api/ |
| H A D | t_file_manager.py | 138 self.assertTrue(os.path.isdir(os.path.dirname(p1))) 154 self.assertTrue(os.path.isdir(os.path.dirname(p1))) 166 self.assertTrue(os.path.isdir(os.path.dirname(p4))) 177 self.assertTrue(os.path.isdir(os.path.dirname(p3)))
|
| H A D | t_p5p.py | 276 self.assertTrue(member.isreg() or member.isdir()) 285 if member.isdir():
|
| H A D | t_pkg_api_install.py | 521 self.assertTrue(not os.path.isdir(dir_path)) 533 self.assertTrue(not os.path.isdir(dir_path))
|
| H A D | t_api_search.py | 2453 self.assertTrue(not os.path.isdir(ind_dir)) 2460 self.assertTrue(not os.path.isdir(ind_dir))
|
| /pkg/src/modules/file_layout/ |
| H A D | file_manager.py | 194 if os.path.isdir(p_ddir): 270 not os.path.isdir(p_dir):
|
| /pkg/src/tests/ro_data/signing_certs/ |
| H A D | generate_certs.py | 40 if os.path.isdir(output_dir):
|
| /pkg/src/modules/client/linkedimage/ |
| H A D | zone.py | 199 if not os.path.isdir(os.path.join(path, "etc")): 201 if not os.path.isdir(os.path.join(path, "etc/zones")):
|
| /pkg/src/ |
| H A D | pkgdep.py | 126 if not os.path.isdir(arg): 168 if not os.path.isdir(pargs[1]): 255 if not os.path.isdir(out_dir):
|
| H A D | sysrepo.py | 482 # from needing to make os.path.isdir(..) or 497 if os.path.isdir(urlresult.path) and \ 505 if not os.path.isdir(urlresult.path): 565 if os.path.exists(dir) and not os.path.isdir(dir):
|
| H A D | depot-config.py | 250 if os.path.exists(dir) and not os.path.isdir(dir): 467 if not os.path.isdir(output_dir):
|
| /pkg/src/modules/client/ |
| H A D | rad_pkg.py | 139 if not os.path.isdir(os.path.join(sub_d, n)): 146 if os.path.isdir(sub_dir) and is_image_helper(sub_dir):
|
| H A D | image.py | 245 if os.path.isdir(snapdir): 323 loc_is_dir = os.path.isdir(trust_anchor_loc) 497 if not os.path.isdir(os.path.join(sub_d, prefix, 503 if os.path.isdir(os.path.join(d, img_user_prefix)) and \ 506 elif os.path.isdir(os.path.join(d, img_root_prefix)) and \ 772 if os.path.isdir(root): 816 if os.path.isdir(epath): 1154 if os.path.isdir(os.path.join(self.root, path)): 2987 if os.path.isdir(target):
|
| H A D | publisher.py | 1592 if not os.path.isdir(croot): 1772 if os.path.isdir(opath):
|
| /pkg/src/tests/cli/ |
| H A D | t_pkg_depotd.py | 582 os.path.isdir(index_dir) and \ 588 os.path.isdir(index_dir) and \ 592 self.assertTrue(os.path.isdir(index_dir)) 981 assert os.path.isdir(rpath)
|
| H A D | t_depot_config.py | 1088 if os.path.isdir(cert_key_dir): 1143 if os.path.isdir(cert_key_dir): 1206 if os.path.isdir(cert_key_dir):
|
| H A D | t_pkg_sysrepo.py | 509 if not os.path.isdir(base_dir): 512 if os.path.isdir(self.htdocs_dir): 553 if not os.path.isdir(os.path.join(pub_dir, p)): 589 self.assertTrue(os.path.isdir(os.path.join(self.img_path(),
|
| H A D | t_pkgsend.py | 854 self.assertTrue(os.path.isdir(name))
|
| /pkg/src/modules/ |
| H A D | p5p.py | 457 elif ti.isdir():
|
| H A D | query_parser.py | 1354 if not os.path.isdir(os.path.join(self._dir_path, "pkg")):
|
Completed in 1739 milliseconds
12