Home
last modified time | relevance | path

Searched refs:targetpath (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dbundled-dependencies.js11 var targetpath = path.resolve(basepath, 'target') variable
76 return !!fs.statSync(path.resolve(targetpath, 'package', file))
84 mkdirp.sync(targetpath)
107 cwd: targetpath
Dpack-files-and-ignores.js11 var targetpath = path.resolve(basepath, 'target') variable
671 return !!fs.statSync(path.resolve(targetpath, 'package', file))
679 mkdirp.sync(targetpath)
702 cwd: targetpath,
/third_party/python/Lib/
Dtarfile.py2130 def _extract_member(self, tarinfo, targetpath, set_attrs=True, argument
2138 targetpath = targetpath.rstrip("/")
2139 targetpath = targetpath.replace("/", os.sep)
2142 upperdirs = os.path.dirname(targetpath)
2154 self.makefile(tarinfo, targetpath)
2156 self.makedir(tarinfo, targetpath)
2158 self.makefifo(tarinfo, targetpath)
2160 self.makedev(tarinfo, targetpath)
2162 self.makelink(tarinfo, targetpath)
2164 self.makeunknown(tarinfo, targetpath)
[all …]
Dzipfile.py1651 def _extract_member(self, member, targetpath, pwd): argument
1674 targetpath = os.path.join(targetpath, arcname)
1675 targetpath = os.path.normpath(targetpath)
1678 upperdirs = os.path.dirname(targetpath)
1683 if not os.path.isdir(targetpath):
1684 os.mkdir(targetpath)
1685 return targetpath
1688 open(targetpath, "wb") as target:
1691 return targetpath
Dshutil.py1173 targetpath = os.path.join(extract_dir, *name.split('/'))
1174 if not targetpath:
1177 _ensure_directory(targetpath)
1181 open(targetpath, 'wb') as target:
/third_party/python/Lib/test/
Dtest_zipfile.py1490 targetpath = os.path.join('target', 'subdir', 'subsub')
1491 correctfile = os.path.join(targetpath, *fixedname.split('/'))
1494 writtenfile = zipfp.extract(arcname, targetpath)
1502 zipfp.extractall(targetpath)
/third_party/boost/tools/build/doc/src/
Doverview.adoc587 supports. See also link:#bbv2.reference.buildprocess.targetpath[the
594 link:#bbv2.reference.buildprocess.targetpath[the section called “Target
Dreference.adoc1009 [[bbv2.reference.buildprocess.targetpath]]
1124 <<bbv2.reference.buildprocess.targetpath>>.
/third_party/typescript/doc/
Dspec-ARCHIVED.md2384 targetpath: "./bin" // Error, excess or misspelled property