/external/libchrome/mojo/public/tools/gn/ |
D | zip.py | 19 os.pardir, os.pardir, os.pardir, os.pardir, 24 os.pardir, os.pardir, os.pardir, os.pardir,
|
/external/libchrome/libchrome_tools/patch/ |
D | mojo.patch | 25 - 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/ |
D | common.py | 8 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/ |
D | common.py | 8 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/ |
D | common.py | 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir, 9 os.pardir, os.pardir))
|
/external/autotest/server/cros/faft/config/ |
D | common.py | 8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir))
|
/external/chromium-trace/catapult/common/eslint/bin/ |
D | run_tests | 12 os.path.pardir, os.path.pardir, os.path.pardir)) 16 os.path.join(os.path.dirname(__file__), os.path.pardir))
|
D | run_eslint | 13 os.path.pardir, os.path.pardir, os.path.pardir)) 17 os.path.join(os.path.dirname(__file__), os.path.pardir))
|
/external/python/cpython3/Lib/ |
D | posixpath.py | 17 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:]
|
D | ntpath.py | 12 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/ |
D | glob.py | 53 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/ |
D | host_paths.py | 14 os.pardir, os.pardir, os.pardir, os.pardir)))
|
D | __init__.py | 28 os.pardir, os.pardir, os.pardir, os.pardir)))
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | common.py | 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir, 9 os.pardir))
|
/external/webrtc/webrtc/build/android/ |
D | test_runner.py | 22 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/ |
D | run_py_tests | 10 os.path.dirname(__file__), os.path.pardir, os.path.pardir, os.path.pardir))
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 31 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:]
|
D | sysconfig.py | 6 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/ |
D | run_bindings_generator.py | 25 bindings_generator = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
|
/external/chromium-trace/catapult/common/eslint/eslint/ |
D | __init__.py | 12 os.path.pardir, os.path.pardir, os.path.pardir)
|
/external/python/cpython2/Lib/plat-mac/ |
D | macostools.py | 83 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/ |
D | linktree.py | 40 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/ |
D | linktree.py | 40 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/ |
D | common.py | 3 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
|
/external/autotest/client/cros/cellular/ |
D | common.py | 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
|