OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rulesFile
(Results
1 - 12
of
12
) sorted by null
/external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarMojo.java
30
private File
rulesFile
;
35
if (!((
rulesFile
== null || !
rulesFile
.exists()) ^ (rules == null)))
36
throw new MojoExecutionException("Exactly one of rules or
rulesFile
is required");
43
patterns = RulesFileParser.parse(
rulesFile
);
Main.java
86
public void process(File
rulesFile
, File inJar, File outJar) throws IOException {
87
if (
rulesFile
== null || inJar == null || outJar == null) {
88
throw new IllegalArgumentException("
rulesFile
, inJar, and outJar are required");
90
List<PatternElement> rules = RulesFileParser.parse(
rulesFile
);
/libcore/ojluni/src/main/java/sun/net/www/http/
HttpCapture.java
66
String
rulesFile
= java.security.AccessController.doPrivileged(
72
if (
rulesFile
!= null && !
rulesFile
.isEmpty()) {
75
in = new BufferedReader(new FileReader(
rulesFile
));
/prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-command/1.0.0/
jarjar-command-1.0.0.jar
/build/soong/java/
builder.go
72
Command: "java -jar $jarjarCmd process $
rulesFile
$in $out",
73
CommandDeps: []string{"$jarjarCmd", "$
rulesFile
"},
76
"
rulesFile
")
216
func TransformJarJar(ctx common.AndroidModuleContext, classesJar common.Path,
rulesFile
common.Path) common.Path {
222
Implicit:
rulesFile
,
224
"
rulesFile
":
rulesFile
.String(),
/frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java
298
private void readRules(File
rulesFile
, FirewallIntentResolver[] resolvers) {
309
fis = new FileInputStream(
rulesFile
);
345
Slog.e(TAG, "Error reading an intent firewall rule from " +
rulesFile
, ex);
355
Slog.e(TAG, "Error reading intent firewall rules from " +
rulesFile
, ex);
358
Slog.e(TAG, "Error reading intent firewall rules from " +
rulesFile
, ex);
364
Slog.e(TAG, "Error while closing " +
rulesFile
, ex);
/external/dexmaker/lib/
jarjar.jar
/external/guice/lib/build/
jarjar-1.1.jar
/external/testng/lib-supplied/
jarjar-issue-21.jar
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar
/prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar
Completed in 360 milliseconds