Searched defs:protoc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/
H A Dsetup.py30 protoc = os.environ['PROTOC'] variable
31 elif os.path.exists("../src/protoc"):
32 protoc = "../src/protoc" variable
33 elif os.path.exists("../src/protoc.exe"):
34 protoc = "../src/protoc.exe" variable
35 elif os.path.exists("../vsprojects/Debug/protoc.exe"):
36 protoc = "../vsprojects/Debug/protoc variable
38 protoc = "../vsprojects/Release/protoc.exe" variable
40 protoc = find_executable("protoc") variable
[all...]
/external/protobuf/python/
H A Dsetup.py19 if os.path.exists("../src/protoc"):
20 protoc = "../src/protoc" variable
21 elif os.path.exists("../src/protoc.exe"):
22 protoc = "../src/protoc.exe" variable
24 protoc = find_executable("protoc") variable
42 if protoc == None:
44 "protoc i
[all...]

Completed in 157 milliseconds