Home
last modified time | relevance | path

Searched refs:perl_command (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-cloud-java/generation/
H A Dconsolidate_config.sh10 perl_command=$1
19 …if grep -q "${search}" "$pomFile" && [[ $(wc -c < "$pomFile") != $(perl -0pe "$perl_command" "$po…
21 echo "Applying $perl_command for $pomFile"
22 perl -i -0pe "$perl_command" "$pomFile"
32perl_command="s/(<${parent}>.*?)\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${na…
33 runRegexOnPoms "$perl_command" "$name"
39perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…
40 runRegexOnPoms "$perl_command" "$name"
46perl_command="s/(\s*<${type}>\s*?<groupId>[a-z\-\.]*<\/groupId>\s*?<artifactId>${name//-/\-}<\/art…
47 runRegexOnPoms "$perl_command" "$name"
[all …]
H A Dupdate_owlbot_postprocessor_config.sh13 perl_command='s/java\.common_templates\(.*\)/java.common_templates(monorepo=True, excludes=['
16 perl_command+="${comma}\n $(echo "\"${exclusion}\"" | sed 's/\//\\\//g')"
28 perl -i -0pe "$perl_command" 'owlbot.py'
H A Dset_parent_pom.sh19perl_command="s/\s*<parent>.*?<\/parent>/\n\n <parent>\n <groupId>${parent_group_id}<\/groupId…
21 perl -i -0pe "$perl_command" pom.xml