Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dgen_buildfiles.py388 src_paths = utils.find(self._install_dir, [lib_name+'.so'])
389 for src in src_paths:
488 def get_arch_props(prebuilt, arch, src_paths): argument
528 for src in sorted(src_paths):
579 src_paths = utils.find(src_root, [prebuilt])
581 src_paths = list(filter(lambda src: not src.startswith(utils.BINDER32),
582 src_paths))
584 if not src_paths:
622 arch_props = get_arch_props(prebuilt, arch, src_paths)