Searched refs:isdir (Results 1 - 25 of 33) sorted by relevance

12

/pkg/src/modules/actions/
H A Dlegacy.py67 if not os.path.isdir(pkgdir):
151 if not os.path.isdir(pkgdir):
H A Dfile.py205 os.path.isdir(final_path):
H A Dsignature.py118 elif os.path.isdir(pth):
H A Dgeneric.py207 elif os.path.isdir(data):
639 # os.path.isdir() follows links, which isn't
/pkg/src/util/publish/
H A Dupdate_file_layout.py74 if not os.path.isdir(dir_loc):
/pkg/src/modules/bundle/
H A DTarBundle.py65 elif tarinfo.isdir():
/pkg/src/tests/api/
H A Dt_file_manager.py138 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 Dt_p5p.py276 self.assertTrue(member.isreg() or member.isdir())
285 if member.isdir():
H A Dt_pkg_api_install.py521 self.assertTrue(not os.path.isdir(dir_path))
533 self.assertTrue(not os.path.isdir(dir_path))
H A Dt_api_search.py2453 self.assertTrue(not os.path.isdir(ind_dir))
2460 self.assertTrue(not os.path.isdir(ind_dir))
/pkg/src/modules/file_layout/
H A Dfile_manager.py194 if os.path.isdir(p_ddir):
270 not os.path.isdir(p_dir):
/pkg/src/tests/ro_data/signing_certs/
H A Dgenerate_certs.py40 if os.path.isdir(output_dir):
/pkg/src/modules/client/linkedimage/
H A Dzone.py199 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 Dpkgdep.py126 if not os.path.isdir(arg):
168 if not os.path.isdir(pargs[1]):
255 if not os.path.isdir(out_dir):
H A Dsysrepo.py482 # 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 Ddepot-config.py250 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 Drad_pkg.py139 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 Dimage.py245 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 Dpublisher.py1592 if not os.path.isdir(croot):
1772 if os.path.isdir(opath):
/pkg/src/tests/cli/
H A Dt_pkg_depotd.py582 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 Dt_depot_config.py1088 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 Dt_pkg_sysrepo.py509 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 Dt_pkgsend.py854 self.assertTrue(os.path.isdir(name))
/pkg/src/modules/
H A Dp5p.py457 elif ti.isdir():
H A Dquery_parser.py1354 if not os.path.isdir(os.path.join(self._dir_path, "pkg")):

Completed in 1739 milliseconds

12