Home
last modified time | relevance | path

Searched refs:pardir (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/libchrome/mojo/public/tools/gn/
Dzip.py19 os.pardir, os.pardir, os.pardir, os.pardir,
24 os.pardir, os.pardir, os.pardir, os.pardir,
/external/libchrome/libchrome_tools/patch/
Dmojo.patch25 - os.pardir, os.pardir, os.pardir))
32 +# os.pardir, os.pardir, os.pardir))
34 + os.pardir, os.pardir))
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcommon.py8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
9 os.pardir, os.pardir))
/external/autotest/client/cros/cellular/mbim_compliance/assertions/
Dcommon.py8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
9 os.pardir, os.pardir))
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dcommon.py8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
9 os.pardir, os.pardir))
/external/autotest/server/cros/faft/config/
Dcommon.py8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir))
/external/chromium-trace/catapult/common/eslint/bin/
Drun_tests12 os.path.pardir, os.path.pardir, os.path.pardir))
16 os.path.join(os.path.dirname(__file__), os.path.pardir))
Drun_eslint13 os.path.pardir, os.path.pardir, os.path.pardir))
17 os.path.join(os.path.dirname(__file__), os.path.pardir))
/external/python/cpython3/Lib/
Dposixpath.py17 pardir = '..' variable
404 pardir = b'..'
408 pardir = '..'
419 if name == pardir:
423 if name == pardir:
424 path = join(path, pardir, pardir)
426 path = pardir
463 pardir = b'..'
467 pardir = '..'
480 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
Dntpath.py12 pardir = '..' variable
457 pardir = b'..'
463 pardir = '..'
484 elif comps[i] == pardir:
485 if i > 0 and comps[i-1] != pardir:
542 pardir = b'..'
546 pardir = '..'
573 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
/external/perfetto/gn/standalone/
Dglob.py53 for pardir, dirs, files in os.walk(root, topdown=True):
54 assert pardir.startswith(root)
55 relpar = pardir[len(root):]
58 fpath = os.path.join(pardir, fname)
/external/libchrome/build/android/pylib/constants/
Dhost_paths.py14 os.pardir, os.pardir, os.pardir, os.pardir)))
D__init__.py28 os.pardir, os.pardir, os.pardir, os.pardir)))
/external/autotest/client/cros/cellular/mbim_compliance/
Dcommon.py8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
9 os.pardir))
/external/webrtc/webrtc/build/android/
Dtest_runner.py22 SRC_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
23 os.pardir))
/external/chromium-trace/catapult/common/py_vulcanize/bin/
Drun_py_tests10 os.path.dirname(__file__), os.path.pardir, os.path.pardir, os.path.pardir))
/external/python/cpython2/Lib/
Dposixpath.py31 pardir = '..' variable
390 if name == pardir:
394 if name == pardir:
395 path = join(path, pardir, pardir)
397 path = pardir
436 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
Dsysconfig.py6 from os.path import pardir, realpath
111 _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir))
114 _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir))
119 _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir, pardir))
122 _PROJECT_BASE = _safe_realpath(os.path.join(_PROJECT_BASE, pardir, pardir))
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/support/
Drun_bindings_generator.py25 bindings_generator = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
/external/chromium-trace/catapult/common/eslint/eslint/
D__init__.py12 os.path.pardir, os.path.pardir, os.path.pardir)
/external/python/cpython2/Lib/plat-mac/
Dmacostools.py83 pardir = os.path.split(dst)[0]
84 if not pardir:
85 pardir = os.curdir
88 f.update(File.FSRef(pardir))
/external/python/cpython3/Tools/scripts/
Dlinktree.py40 os.symlink(os.path.join(os.pardir, oldtree), linkname)
58 if name not in (os.curdir, os.pardir):
73 linkname = os.path.join(os.pardir,
/external/python/cpython2/Tools/scripts/
Dlinktree.py40 os.symlink(os.path.join(os.pardir, oldtree), linkname)
58 if name not in (os.curdir, os.pardir):
73 linkname = os.path.join(os.pardir,
/external/autotest/client/cros/faft/
Dcommon.py3 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
/external/autotest/client/cros/cellular/
Dcommon.py8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))

1234567891011