Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/main/java/com/google/tuningfork/validation/
DExternalProtoCompiler.java93 ImmutableList<String> command = encodeCommandLine(message, protoFile); in encodeFromTextprotoFile()
137 private ImmutableList<String> encodeCommandLine(String message, File protoFile) { in encodeCommandLine() method in ExternalProtoCompiler