Searched refs:protoPath (Results 1 – 7 of 7) sorted by relevance
21 func FlagDeclarationFactory(protoPath string) (fd *rc_proto.FlagDeclaration) {23 if protoPath != "" {24 LoadMessage(protoPath, fd)
31 func FlagValueFactory(protoPath string) (fv *FlagValue) {32 fv = &FlagValue{path: protoPath}33 if protoPath != "" {34 LoadMessage(protoPath, &fv.proto)
28 protoPath string member45 protoPath: "build/release/flag_values/test/RELEASE_FOO.textproto",57 path := filepath.Join(tempdir, tc.protoPath)
210 func ReleaseConfigMapFactory(protoPath string) (m *ReleaseConfigMap) {212 path: protoPath,215 if protoPath != "" {216 LoadMessage(protoPath, &m.proto)
59 File protoPath = new File(prefix + APEX_ACONFIG_PATH_SUFFIX); in parsedFlagsProtoPaths() local60 if (!protoPath.exists()) { in parsedFlagsProtoPaths()64 paths.add(protoPath.getAbsolutePath()); in parsedFlagsProtoPaths()
137 protoPath := allOutputs[0]139 out := config.MaybeOutput(protoPath)
211 protoPath := allOutputs[0]213 out := config.MaybeOutput(protoPath)