HomeSort by relevance Sort by last modified time
    Searched refs:proto_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/build/
protoc_java.py 9 protoc_java.py {protoc} {proto_path} {java_out} {stamp_file} {proto_files}
30 protoc_path, proto_path, java_out, stamp_file = argv[1:5]
47 [protoc_path, '--proto_path', proto_path, out_arg] + proto_files)
  /external/chromium_org/tools/protoc_wrapper/
protoc_wrapper.py 111 proto_path = options.proto_in_dir
113 proto_path = RewriteProtoFilesForSystemProtobuf(proto_path)
117 protoc_args += ['--proto_path=%s' % proto_path,
118 os.path.join(proto_path, options.proto_in_file)]
125 shutil.rmtree(proto_path)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 97 string proto_path = "-I" + TestTempDir(); local
103 proto_path.c_str(),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 102 string proto_path = "-I" + TestTempDir(); local
108 proto_path.c_str(),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 103 string proto_path = "-I" + TestTempDir(); local
109 proto_path.c_str(),
  /external/google-tv-pairing-protocol/cpp/
Makefile.am 106 $(PROTOC) --proto_path=../proto \
  /build/core/
definitions.mk     [all...]

Completed in 106 milliseconds