Lines Matching refs:Text
137 rule.Command().Text("rm -f").Output(profilePath)
138 rule.Command().Text("touch").Output(profilePath)
142 Text(`ANDROID_LOG_TAGS="*:e"`).
164 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
178 rule.Command().Text("rm -f").Output(profilePath)
179 rule.Command().Text("touch").Output(profilePath)
183 Text(`ANDROID_LOG_TAGS="*:e"`).
197 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
255 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
256 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
261 …Text("class_loader_context_arg=--class-loader-context=PCL[" + strings.Join(clcHost.Strings(), ":")…
263 …Text("stored_class_loader_context_arg=--stored-class-loader-context=PCL[" + strings.Join(clcTarget…
297 rule.Command().Text(`target_sdk_version="$(`).
308 Text(`eval "$(`).Tool(globalSoong.ConstructContext).
323 Text(`ANDROID_LOG_TAGS="*:e"`).
356 cmd.Text(strings.Join(preoptFlags, " "))
388 cmd.Text("--compiler-filter=$(if test -s ").
390 Text(" ; then echo verify ; else echo " + compilerFilter + " ; fi)")
401 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath)