Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/cookie/
DBasicPathHandler.java78 String targetpath = origin.getPath(); in match() local
86 boolean match = targetpath.startsWith (topmostPath); in match()
89 if (match && targetpath.length() != topmostPath.length()) { in match()
91 match = (targetpath.charAt(topmostPath.length()) == '/'); in match()
/external/python/cpython2/Lib/
Dtarfile.py2171 def _extract_member(self, tarinfo, targetpath): argument
2178 targetpath = targetpath.rstrip("/")
2179 targetpath = targetpath.replace("/", os.sep)
2182 upperdirs = os.path.dirname(targetpath)
2194 self.makefile(tarinfo, targetpath)
2196 self.makedir(tarinfo, targetpath)
2198 self.makefifo(tarinfo, targetpath)
2200 self.makedev(tarinfo, targetpath)
2202 self.makelink(tarinfo, targetpath)
2204 self.makeunknown(tarinfo, targetpath)
[all …]
Dzipfile.py1045 def _extract_member(self, member, targetpath, pwd): argument
1072 targetpath = os.path.join(targetpath, arcname)
1073 targetpath = os.path.normpath(targetpath)
1076 upperdirs = os.path.dirname(targetpath)
1081 if not os.path.isdir(targetpath):
1082 os.mkdir(targetpath)
1083 return targetpath
1086 file(targetpath, "wb") as target:
1089 return targetpath
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py1045 def _extract_member(self, member, targetpath, pwd): argument
1072 targetpath = os.path.join(targetpath, arcname)
1073 targetpath = os.path.normpath(targetpath)
1076 upperdirs = os.path.dirname(targetpath)
1081 if not os.path.isdir(targetpath):
1082 os.mkdir(targetpath)
1083 return targetpath
1086 file(targetpath, "wb") as target:
1089 return targetpath
/external/python/cpython2/Lib/test/
Dtest_zipfile.py555 targetpath = os.path.join('target', 'subdir', 'subsub')
556 correctfile = os.path.join(targetpath, *fixedname.split('/'))
559 writtenfile = zipfp.extract(arcname, targetpath)
566 zipfp.extractall(targetpath)
/external/openssh/
DPROTOCOL345 string targetpath