Searched refs:REPO_ROOT (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _files.py | 4 from . import REPO_ROOT, INCLUDE_DIRS, SOURCE_DIRS namespace 32 if os.path.relpath(filename, REPO_ROOT).startswith('.'): 33 raise Exception(f'{orig!r} is outside the repo ({REPO_ROOT})') 36 return os.path.join(REPO_ROOT, filename) 44 globs = (os.path.join(REPO_ROOT, file) for file in GLOBS)
|
H A D | __init__.py | 8 REPO_ROOT = ( variable 12 INCLUDE_DIRS = [os.path.join(REPO_ROOT, name) for name in [ 15 SOURCE_DIRS = [os.path.join(REPO_ROOT, name) for name in [
|
H A D | _analyzer.py | 29 from . import _parser, REPO_ROOT namespace 71 known = _datafiles.read_known(KNOWN_FILE, extracols, REPO_ROOT) 83 datafiles.write_known(decls, IGNORED_FILE, ['unsupported'], relroot=REPO_ROOT) 88 _IGNORED.update(_datafiles.read_ignored(IGNORED_FILE, relroot=REPO_ROOT)) 89 _IGNORED.update(_datafiles.read_ignored(NEED_FIX_FILE, relroot=REPO_ROOT)) 95 _datafiles.write_ignored(variables, IGNORED_FILE, relroot=REPO_ROOT)
|
H A D | __main__.py | 23 from . import _analyzer, _capi, _files, _parser, REPO_ROOT namespace 54 relroot=REPO_ROOT) 113 relroot=REPO_ROOT, 128 relroot=REPO_ROOT, 143 relroot=REPO_ROOT, 208 relroot=REPO_ROOT,
|
H A D | _parser.py | 11 from . import REPO_ROOT namespace 18 return os.path.join(REPO_ROOT, relfile)
|
H A D | _capi.py | 11 from . import REPO_ROOT namespace 17 INCLUDE_ROOT = os.path.join(REPO_ROOT, 'Include') 202 return self.file[len(REPO_ROOT) + 1:]
|
/third_party/gn/build/ |
H A D | gen.py | 25 REPO_ROOT = os.path.dirname(SCRIPT_DIR) variable 182 default=os.path.join(REPO_ROOT, 'out'), 221 out_dir = options.out_path or os.path.join(REPO_ROOT, 'out') 327 os.path.join(REPO_ROOT, src_file), 396 os.path.relpath(os.path.join(REPO_ROOT, 'src'), os.path.dirname(path)), 582 os.path.join(REPO_ROOT, "build/windows.manifest.xml"), options.out_path)
|
/third_party/libbpf/ci/managers/ |
H A D | debian.sh | 8 REPO_ROOT="${REPO_ROOT:-$PWD}" 39 $DOCKER_RUN -v $REPO_ROOT:/build:rw \
|
/third_party/python/Lib/test/test_importlib/frozen/ |
H A D | test_finder.py | 11 from test.support import import_helper, REPO_ROOT, STDLIB_DIR namespace 109 filename = os.path.join(REPO_ROOT, *path)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 111 REPO_ROOT = os.path.dirname(STDLIB_DIR) variable
|
Completed in 8 milliseconds