Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/
Dmake_grpcio_tools.py102 GRPC_PYTHON_PROTOC_LIB_DEPS = os.path.join(GRPC_ROOT, 'tools', 'distrib', variable
256 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, 'w') as deps_file:
258 print('File "%s" updated.' % GRPC_PYTHON_PROTOC_LIB_DEPS)
Dcheck_grpcio_tools.py25 with open(_make.GRPC_PYTHON_PROTOC_LIB_DEPS, 'r') as _protoc_lib_deps_file:
32 print(OUT_OF_DATE_MESSAGE.format(_make.GRPC_PYTHON_PROTOC_LIB_DEPS))
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/
H A Dmake_grpcio_tools.py117 GRPC_PYTHON_PROTOC_LIB_DEPS = os.path.join( variable
303 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, "w") as deps_file:
305 print('File "%s" updated.' % GRPC_PYTHON_PROTOC_LIB_DEPS)
H A Dcheck_grpcio_tools.py25 with open(_make.GRPC_PYTHON_PROTOC_LIB_DEPS, "r") as _protoc_lib_deps_file:
33 print(OUT_OF_DATE_MESSAGE.format(_make.GRPC_PYTHON_PROTOC_LIB_DEPS))