Name Description Size
__init__.py Defines a set of constants shared by test runners and other scripts. 11053
host_paths.py Return a fully qualifed path to an arch-specific toolchain program. Args: tool: Unprefixed toolchain program name (e.g. 'objdump') cpu_arch: Target CPU architecture (e.g. 'arm64') Returns: Fully qualified path (e.g. ..../aarch64-linux-android-objdump') Raises: Exception if the toolchain could not be found. 3108
host_paths_unittest.py 1818