Lines Matching refs:Text
136 Text(`ANDROID_LOG_TAGS="*:e"`).
157 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
175 Text(`ANDROID_LOG_TAGS="*:e"`).
189 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
292 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
293 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
299 …Text("class_loader_context_arg=--class-loader-context=PCL[" + strings.Join(clc.Host.Strings(), ":"…
301 …Text("stored_class_loader_context_arg=--stored-class-loader-context=PCL[" + strings.Join(clc.Targe…
328 rule.Command().Text(`target_sdk_version="$(`).
335 rule.Command().Text(`target_sdk_version="$(`).
345 Text(`eval "$(`).Tool(globalSoong.ConstructContext).
364 Text(`class_loader_context_arg=--class-loader-context=\&`).
365 Text(`stored_class_loader_context_arg=""`)
377 Text(`ANDROID_LOG_TAGS="*:e"`).
410 cmd.Text(strings.Join(preoptFlags, " "))
446 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath)