Home
last modified time | relevance | path

Searched refs:makedirs (Results 101 – 125 of 9720) sorted by relevance

12345678910>>...389

/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfc/
H A DMakefile45 all: makedirs compile
48 std: makedirs compile
51 $(INT_LIBS): makedirs
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/micro/
H A Dbuild.py120 os.makedirs(mod_build_dir)
122 os.makedirs(mod_src_dir)
130 os.makedirs(lib_build_dir)
142 os.makedirs(runtime_build_dir)
/dports/misc/snakemake/snakemake-6.12.1/snakemake/unit_tests/
H A D__init__.py48 os.makedirs(path, exist_ok=True)
73 os.makedirs(path / rulename, exist_ok=True)
84 os.makedirs(target, exist_ok=True)
90 os.makedirs(path / rulename / content_type, exist_ok=True)
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A Dcertificates.sls15 - makedirs: True
24 - makedirs: True
39 - makedirs: True
53 - makedirs: True
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/scripts/
H A Dtap2rpm.py212 os.makedirs(os.path.join(tmpDir, 'RPMS', 'noarch'))
213 os.makedirs(os.path.join(tmpDir, 'SPECS'))
214 os.makedirs(os.path.join(tmpDir, 'BUILD'))
215 os.makedirs(os.path.join(tmpDir, 'SOURCES'))
216 os.makedirs(os.path.join(tmpDir, 'SRPMS'))
/dports/archivers/py-rarfile/rarfile-4.0/test/
H A Dtest_api.py179 os.makedirs(str(ex1))
180 os.makedirs(str(ex2))
181 os.makedirs(str(ex3))
204 os.makedirs(str(ex4))
214 os.makedirs(str(ex1))
215 os.makedirs(str(ex2))
216 os.makedirs(str(ex3))
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/diagnose/
H A DMakefile47 all std: makedirs compile
50 $(INT_LIBS): makedirs
53 $(EXT_LIBS): makedirs
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/cloud/
H A DMakefile45 all std: makedirs
48 $(ALL_TOOLS): makedirs
67 $(TEST_TOOLS): makedirs
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/diagnose/
H A DMakefile47 all std: makedirs compile
50 $(INT_LIBS): makedirs
53 $(EXT_LIBS): makedirs
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/cloud/
H A DMakefile45 all std: makedirs
48 $(ALL_TOOLS): makedirs
67 $(TEST_TOOLS): makedirs
/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/tests/integrations/current/
H A Dtest_write.py29 os.makedirs(directory)
53 os.makedirs(path)
71 os.makedirs(old_dir)
121 os.makedirs(directory)
145 os.makedirs(directory)
168 os.makedirs(directory)
193 os.makedirs(directory)
221 os.makedirs(os.path.join(self.current_path, path))
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/build/
H A DMakefile.env140 stdcompile: makedirs
163 makedirs:
166 makejdirs: makedirs
170 vers-includes: makedirs
177 rebuild-dirlinks: makedirs
189 rebuild-dirlinks: removelinks makedirs $(LNDIRS)
195 .PHONY: compile stdcompile stdclean removelinks makedirs vers-includes rebuild-dirlinks
274 fuzz: makedirs
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/build/
H A DMakefile.env140 stdcompile: makedirs
163 makedirs:
166 makejdirs: makedirs
170 vers-includes: makedirs
177 rebuild-dirlinks: makedirs
189 rebuild-dirlinks: removelinks makedirs $(LNDIRS)
195 .PHONY: compile stdcompile stdclean removelinks makedirs vers-includes rebuild-dirlinks
274 fuzz: makedirs
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A Dminstall.py89 self.makedirs_impl = makedirs
304 def makedirs(self, *args: T.Any, **kwargs: T.Any) -> None: member in Installer
306 os.makedirs(*args, **kwargs)
396 elif makedirs:
398 dirmaker, outdir = makedirs
400 dirmaker.makedirs(outdir, exist_ok=True)
465 dm.makedirs(abs_dst)
479 dm.makedirs(parent_dir)
510 with DirMaker(self.lf, self.makedirs) as dm:
539 dm.makedirs(full_dst_dir, exist_ok=True)
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/
H A Dminstall.py92 self.makedirs_impl = makedirs
319 def makedirs(self, *args: T.Any, **kwargs: T.Any) -> None: member in Installer
321 os.makedirs(*args, **kwargs)
417 elif makedirs:
419 dirmaker, outdir = makedirs
421 dirmaker.makedirs(outdir, exist_ok=True)
486 dm.makedirs(abs_dst)
500 dm.makedirs(parent_dir)
536 with DirMaker(self.lf, self.makedirs) as dm:
566 dm.makedirs(full_dst_dir, exist_ok=True)
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/datasets/
H A Dpascal_voc.py6 from gluoncv.utils import download, makedirs
33 makedirs(path)
47 makedirs(path)
87 makedirs(os.path.expanduser('~/.mxnet/datasets'))
/dports/devel/libsigc++20/libsigc++-2.10.4/tools/
H A Dhandle-built-files.py29 os.makedirs(output_dir, exist_ok=True)
69 os.makedirs(install_dir, exist_ok=True)
92 os.makedirs(dist_dir, exist_ok=True)
120 os.makedirs(os.path.dirname(to_file), exist_ok=True)
/dports/devel/py-pooch/pooch-1.5.2/pooch/tests/
H A Dtest_utils.py55 makedirs = os.makedirs
60 makedirs(path, exist_ok=exist_ok)
111 os.makedirs(os.path.join(data_cache, "1.0"))
/dports/devel/meson/meson-0.60.3/mesonbuild/
H A Dminstall.py94 self.makedirs_impl = makedirs
334 os.makedirs(*args, **kwargs)
428 elif makedirs:
430 dirmaker, outdir = makedirs
432 dirmaker.makedirs(outdir, exist_ok=True)
497 dm.makedirs(abs_dst)
511 dm.makedirs(parent_dir)
547 with DirMaker(self.lf, self.makedirs) as dm:
578 dm.makedirs(full_dst_dir, exist_ok=True)
613 dm.makedirs(full_dst_dir, exist_ok=True)
[all …]
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/
H A Dminstall.py94 self.makedirs_impl = makedirs
334 os.makedirs(*args, **kwargs)
428 elif makedirs:
430 dirmaker, outdir = makedirs
432 dirmaker.makedirs(outdir, exist_ok=True)
497 dm.makedirs(abs_dst)
511 dm.makedirs(parent_dir)
547 with DirMaker(self.lf, self.makedirs) as dm:
578 dm.makedirs(full_dst_dir, exist_ok=True)
613 dm.makedirs(full_dst_dir, exist_ok=True)
[all …]
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/
H A Dminstall.py94 self.makedirs_impl = makedirs
334 os.makedirs(*args, **kwargs)
428 elif makedirs:
430 dirmaker, outdir = makedirs
432 dirmaker.makedirs(outdir, exist_ok=True)
497 dm.makedirs(abs_dst)
511 dm.makedirs(parent_dir)
547 with DirMaker(self.lf, self.makedirs) as dm:
578 dm.makedirs(full_dst_dir, exist_ok=True)
613 dm.makedirs(full_dst_dir, exist_ok=True)
[all …]
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/www/plugins/docbookmanpage/
H A Ddocbookmanpage.py38 from nikola.utils import makedirs, req_missing, write_metadata
54 makedirs(os.path.dirname(dest))
73 makedirs(os.path.dirname(path))
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/svdb/
H A DMakefile45 all std: makedirs
48 $(INT_LIBS): makedirs
51 $(EXT_LIBS): makedirs
/dports/biology/sra-tools/sra-tools-2.11.0/tools/keyring-srv/
H A DMakefile48 all std: makedirs
51 $(INT_LIBS): makedirs
54 $(EXT_TOOLS): makedirs
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/svdb/
H A DMakefile45 all std: makedirs
48 $(INT_LIBS): makedirs
51 $(EXT_LIBS): makedirs

12345678910>>...389