Home
last modified time | relevance | path

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

/external/grpc-grpc/
Dsetup.py38 SSL_INCLUDE = (os.path.join('third_party', 'boringssl', 'include'),) variable
173 SSL_INCLUDE = (os.path.join('/usr', 'include', 'openssl'),) variable
184 (PYTHON_STEM,) + CORE_INCLUDE + SSL_INCLUDE + ZLIB_INCLUDE +
/external/rust/crates/grpcio-sys/grpc/
Dsetup.py69 SSL_INCLUDE = (os.path.join('third_party', 'boringssl-with-bazel', 'src', variable
256 SSL_INCLUDE = (os.path.join('/usr', 'include', 'openssl'),) variable
272 RE2_INCLUDE + SSL_INCLUDE + UPB_INCLUDE +