Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/distrib/python/
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))
Dmake_grpcio_tools.py78 GRPC_PYTHON_PROTOC_LIB_DEPS = os.path.join(GRPC_PYTHON_ROOT, variable
170 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, 'w') as deps_file:
172 print('File "%s" updated.' % GRPC_PYTHON_PROTOC_LIB_DEPS)
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
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))
Dmake_grpcio_tools.py78 GRPC_PYTHON_PROTOC_LIB_DEPS = os.path.join(GRPC_PYTHON_ROOT, variable
170 with open(GRPC_PYTHON_PROTOC_LIB_DEPS, 'w') as deps_file:
172 print('File "%s" updated.' % GRPC_PYTHON_PROTOC_LIB_DEPS)