Home
last modified time | relevance | path

Searched refs:altsep (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Lib/
H A Dntpath.py16 altsep = '/' variable
31 "curdir","pardir","sep","pathsep","defpath","altsep",
92 altsep = b'/'
96 altsep = '/'
98 s = s[:3].replace(altsep, sep)
177 altsep = b'/'
182 altsep = '/'
185 normp = p.replace(altsep, sep)
501 altsep = b'/'
506 altsep
[all...]
H A Dgenericpath.py121 def _splitext(p, sep, altsep, extsep):
129 if altsep:
130 altsepIndex = p.rfind(altsep)
H A Dpathlib.py59 altsep = self.altsep
65 if altsep:
66 part = part.replace(altsep, sep)
83 if altsep:
84 part = part.replace(altsep, sep)
117 altsep = '/' variable in _WindowsFlavour
233 altsep = '' variable in _PosixFlavour
672 if (not name or name[-1] in [self._flavour.sep, self._flavour.altsep]
688 if f.sep in suffix or f.altsep an
[all...]
H A Duu.py139 os.altsep and
140 (out_file.startswith(os.altsep) or
141 f'..{os.altsep}' in out_file))
H A Dtrace.py149 if os.altsep:
150 base = base.replace(os.altsep, ".")
H A Dposixpath.py22 altsep = None variable
36 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
H A Dzipfile.py547 while arcname[0] in (os.sep, os.altsep):
1722 if os.path.altsep:
1723 arcname = arcname.replace(os.path.altsep, os.path.sep)
/third_party/skia/tools/
H A Drewrite_includes.py48 assert '/' in [os.sep, os.altsep]
50 return p.replace(os.sep, os.altsep) if os.altsep else p
/third_party/skia/tools/skqp/
H A Dmake_universal_apk.py38 assert '/' in [os.sep, os.altsep] # 'a/b' over os.path.join('a', 'b')
H A Dfind_commit_with_best_gold_results.py16 assert '/' in [os.sep, os.altsep]
H A Dmake_apk_list.py123 assert '/' in [os.sep, os.altsep] and '..' == os.pardir
H A Dcut_release.py17 assert '/' in [os.sep, os.altsep] and os.pardir == '..'
H A Dcreate_apk.py197 assert '/' in [os.sep, os.altsep] # 'a/b' over os.path.join('a', 'b')
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py29 or (path.altsep and path.altsep in piece)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py29 or (path.altsep and path.altsep in piece) or \
/third_party/skia/third_party/externals/jinja2/
H A Dloaders.py29 or (path.altsep and path.altsep in piece)
/third_party/skia/experimental/tools/
H A Dget_examples.py25 assert os.pardir == '..' and '/' in [os.sep, os.altsep]
H A Dpdf-comparison.py246 assert os.pardir == '..' and '/' in [os.sep, os.altsep]
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py62 if os.path.altsep is not None:
63 seps += os.path.altsep
/third_party/jinja2/
H A Dloaders.py32 or (os.path.altsep and os.path.altsep in piece)
217 # Use normpath to convert Windows altsep to sep.
335 # convert Windows altsep to sep.
/third_party/python/Lib/test/
H A Dtest_uu.py159 if os.altsep:
172 if os.altsep:
H A Dtest_pathlib.py31 altsep = self.flavour.altsep
34 if altsep:
35 actual = f([x.replace('/', altsep) for x in arg])
192 self.altsep = self.flavour.altsep
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py125 if os.sep == "\\" and os.altsep == "/":
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Danalyzer.py125 if os.sep == "\\" and os.altsep == "/":
/third_party/python/Lib/distutils/
H A D_msvccompiler.py302 if base.startswith((os.path.sep, os.path.altsep)):

Completed in 21 milliseconds

12