Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dbuild.sh26 Build VNDK snapshots for all arches (arm64, arm, x86_64, x86).
36 arches="arm64 arm x86_64 x86"
51 for arch in $arches; do
/development/vndk/tools/header-checker/utils/
Dcreate_reference_dumps.py94 lsdump_paths, arches): argument
96 for arch in arches:
131 arches = [arch for arch in
151 make_libraries(build_target, arches, args.libs,
160 lsdump_paths = read_lsdump_paths(build_target, arches,
164 args, get_ref_dump_dir_stem, lsdump_paths, arches)
Dutils.py181 def make_libraries(build_target, arches, libs, lsdump_filter): argument
183 lsdump_paths = read_lsdump_paths(build_target, arches, lsdump_filter,
222 def _read_lsdump_paths(lsdump_paths_file_path, arches, lsdump_filter): argument
258 for arch in arches:
275 def read_lsdump_paths(build_target, arches, lsdump_filter, build): argument
283 return _read_lsdump_paths(lsdump_paths_file_abspath, arches, lsdump_filter)