Searched refs:proto_path (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/protoc_wrapper/
H A Dprotoc_wrapper.py87 proto_path = options.proto_in_dir
89 proto_path = RewriteProtoFilesForSystemProtobuf(proto_path)
93 protoc_args += ['--proto_path=%s' % proto_path,
94 os.path.join(proto_path, options.proto_in_file)]
101 shutil.rmtree(proto_path)
/external/chromium_org/build/
H A Dprotoc_java.py9 protoc_java.py {protoc} {proto_path} {java_out} {stamp_file} {proto_files}
30 protoc_path, proto_path, java_out, stamp_file = argv[1:5]
42 [protoc_path, '--proto_path', proto_path, '--java_out', java_out]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc97 string proto_path = "-I" + TestTempDir(); local
103 proto_path.c_str(),
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc97 string proto_path = "-I" + TestTempDir(); local
103 proto_path.c_str(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc102 string proto_path = "-I" + TestTempDir(); local
108 proto_path.c_str(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc103 string proto_path = "-I" + TestTempDir(); local
109 proto_path.c_str(),
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc102 string proto_path = "-I" + TestTempDir(); local
108 proto_path.c_str(),
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc102 string proto_path = "-I" + TestTempDir(); local
108 proto_path.c_str(),
/external/protobuf/
H A DAndroid.mk371 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)/src

Completed in 444 milliseconds