Home
last modified time | relevance | path

Searched refs:protoPath (Results 1 – 7 of 7) sorted by relevance

/build/soong/cmd/release_config/release_config_lib/
Dflag_declaration.go21 func FlagDeclarationFactory(protoPath string) (fd *rc_proto.FlagDeclaration) {
23 if protoPath != "" {
24 LoadMessage(protoPath, fd)
Dflag_value.go31 func FlagValueFactory(protoPath string) (fv *FlagValue) {
32 fv = &FlagValue{path: protoPath}
33 if protoPath != "" {
34 LoadMessage(protoPath, &fv.proto)
Dflag_value_test.go28 protoPath string member
45 protoPath: "build/release/flag_values/test/RELEASE_FOO.textproto",
57 path := filepath.Join(tempdir, tc.protoPath)
Drelease_configs.go210 func ReleaseConfigMapFactory(protoPath string) (m *ReleaseConfigMap) {
212 path: protoPath,
215 if protoPath != "" {
216 LoadMessage(protoPath, &m.proto)
/build/make/tools/aconfig/aconfig_device_paths/src/
DDevicePathsTemplate.java59 File protoPath = new File(prefix + APEX_ACONFIG_PATH_SUFFIX); in parsedFlagsProtoPaths() local
60 if (!protoPath.exists()) { in parsedFlagsProtoPaths()
64 paths.add(protoPath.getAbsolutePath()); in parsedFlagsProtoPaths()
/build/soong/android/
Dall_teams_test.go137 protoPath := allOutputs[0]
139 out := config.MaybeOutput(protoPath)
/build/soong/cc/
Dcc_test_only_property_test.go211 protoPath := allOutputs[0]
213 out := config.MaybeOutput(protoPath)