Home
last modified time | relevance | path

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

/tools/acloud/
Dsetup.py40 PROTOC = os.environ["PROTOC"] variable
42 PROTOC = find_executable("protoc") variable
67 if PROTOC is None:
74 protoc_command = [PROTOC, "-I%s" % ACLOUD_DIR, "--python_out=.", source]