OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoFile
(Results
1 - 7
of
7
) sorted by null
/build/soong/python/
proto.go
21
func genProto(ctx android.ModuleContext,
protoFile
android.Path, flags android.ProtoFlags, pkgPath string) android.Path {
22
srcsZipFile := android.PathForModuleGen(ctx,
protoFile
.Base()+".srcszip")
32
android.ProtoRule(ctx, rule,
protoFile
, flags, flags.Deps, outDir, depFile, nil)
47
rule.Build(pctx, ctx, "protoc_"+
protoFile
.Rel(), "protoc "+
protoFile
.Rel())
/build/soong/cc/
proto.go
25
func genProto(ctx android.ModuleContext,
protoFile
android.Path, flags builderFlags) (cc, header android.WritablePath) {
34
ccFile = android.GenPathWithExt(ctx, "proto",
protoFile
, "pb"+srcSuffix)
35
headerFile = android.GenPathWithExt(ctx, "proto",
protoFile
, "pb.h")
37
rel :=
protoFile
.Rel()
44
optionsFile := pathtools.ReplaceExtension(
protoFile
.String(), "options")
55
android.ProtoRule(ctx, rule,
protoFile
, flags.proto, protoDeps, outDir, depFile, outputs)
57
rule.Build(pctx, ctx, "protoc_"+
protoFile
.Rel(), "protoc "+
protoFile
.Rel())
/build/soong/java/
proto.go
21
func genProto(ctx android.ModuleContext,
protoFile
android.Path, flags android.ProtoFlags) android.Path {
22
srcJarFile := android.GenPathWithExt(ctx, "proto",
protoFile
, "srcjar")
32
android.ProtoRule(ctx, rule,
protoFile
, flags, flags.Deps, outDir, depFile, nil)
45
rule.Build(pctx, ctx, "protoc_"+
protoFile
.Rel(), "protoc "+
protoFile
.Rel())
/build/soong/android/
proto.go
126
func ProtoRule(ctx ModuleContext, rule *RuleBuilder,
protoFile
Path, flags ProtoFlags, deps Paths,
133
rel :=
protoFile
.Rel()
134
protoBase = strings.TrimSuffix(
protoFile
.String(), rel)
143
Input(
protoFile
).
/frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java
84
boolean
protoFile
= false; // write proto to a file
221
if (
protoFile
) {
228
protoFile
= false;
241
protoFile
= false;
352
if (
protoFile
) {
463
if (
protoFile
|| protoStd) {
Am.java
165
instrument.
protoFile
= true;
/external/golang-protobuf/protoc-gen-go/plugin/
plugin.pb.go
118
ProtoFile
[]*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file,json=
protoFile
" json:"proto_file,omitempty"`
164
return m.
ProtoFile
Completed in 330 milliseconds