Searched refs:host_out (Results 1 – 5 of 5) sorted by relevance
39 host_out=$(get_build_var HOST_OUT)92 $(find $host_out/apex/com.android.art.host.zipapex -type f | sed "s:$host_out:$soong_out:g")93 $(find $host_out/lib64 -type f | sed "s:$host_out:$soong_out:g")94 $(find $host_out/nativetest64 -type f | sed "s:$host_out:$soong_out:g"))
57 host_out=$(get_build_var HOST_OUT)
80 host_out = os.environ.get("ANDROID_HOST_OUT")81 if host_out and not args.analyze_matrix:82 analyze_matrix = os.path.join(host_out, "bin", "analyze_matrix")
515 host_out: pathlib.Path538 self.host_out = pathlib.Path(env_dict["ANDROID_HOST_OUT"])582 self.host_out)
1010 host_out = os.environ['ANDROID_HOST_OUT']1013 test_args.debugfs = '%s/bin/debugfs' % host_out