Home
last modified time | relevance | path

Searched refs:chromium_root (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/libchrome_tools/
Dupdate_libchrome.py101 def _find_target_files(chromium_root): argument
117 import_root = os.path.join(chromium_root, import_path)
129 candidates.append(os.path.relpath(filepath, chromium_root))
152 def _import_files(chromium_root, output_root): argument
159 for filepath in _find_target_files(chromium_root):
160 source_path = os.path.join(chromium_root, filepath)
206 _import_files(args.chromium_root, args.output_root)
/external/toolchain-utils/cwp/cr-os/
Dfetch_gn_descs.py104 def _fix_result(rename_out, out_dir, chromium_root, gn_desc): argument
108 rel_out = '//' + os.path.relpath(out_dir, os.path.join(chromium_root, 'src'))
173 chromium_root = _find_chromium_root(out_dir)
181 rename_out, out_dir, chromium_root,
Dfetch_gn_descs_test.py72 chromium_root='/chromium',