Searched defs:REPOSITORY_ROOT (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/cronet/tools/
H A Dextract_from_jars.py12 REPOSITORY_ROOT = os.path.abspath(os.path.join( variable
15 sys.path.append(os.path.join(REPOSITORY_ROOT, 'build/android/gyp/util'))
H A Djar_src.py12 REPOSITORY_ROOT = os.path.abspath(os.path.join( variable
15 sys.path.append(os.path.join(REPOSITORY_ROOT, 'build/android/gyp/util'))
H A Dcronet_licenses.py17 REPOSITORY_ROOT = os.path.abspath(os.path.join( variable
20 sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools'))
30 return open(os.path.join(REPOSITORY_ROOT, path), 'rb').read()
52 metadata = licenses.ParseDir("third_party/" + directory, REPOSITORY_ROOT,
/external/chromium_org/android_webview/tools/
H A Dwebview_licenses.py30 REPOSITORY_ROOT = os.path.abspath(os.path.join( variable
38 os.path.join(REPOSITORY_ROOT, 'third_party', 'PRESUBMIT.py'))
40 sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools'))
62 metadata = licenses.ParseDir(directory, REPOSITORY_ROOT,
103 args=args, cwd=REPOSITORY_ROOT,
191 p = subprocess.Popen(args=args, cwd=REPOSITORY_ROOT, stdout=subprocess.PIPE)
237 return open(os.path.join(REPOSITORY_ROOT, path), 'rb').read()
270 third_party_dirs = licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT)
271 return licenses.FilterDirsWithFiles(third_party_dirs, REPOSITORY_ROOT)
290 licenses.ParseDir(path, REPOSITORY_ROOT)
[all...]
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py125 REPOSITORY_ROOT = os.path.join(path_utils.ScriptDir(), '..', '..', '..') variable
170 editor_file = os.path.join(REPOSITORY_ROOT, 'webkit', 'api', 'src',
325 about_flags = os.path.join(REPOSITORY_ROOT, 'chrome', 'browser',
519 ash_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'ash'))
521 chrome_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'chrome'))
523 content_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'content'))
525 components_root = os.path.normpath(os.path.join(REPOSITORY_ROOT,
528 net_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'net'))
530 webkit_root = os.path.normpath(os.path.join(REPOSITORY_ROOT, 'webkit'))
542 resources_root = os.path.join(REPOSITORY_ROOT, 'chrom
[all...]

Completed in 362 milliseconds