HomeSort by relevance Sort by last modified time
    Searched full:output_list_file (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 61 string output_list_file; local
68 if (options[i].first == "output_list_file") {
69 output_list_file = options[i].second;
111 if (!output_list_file.empty()) {
115 context->Open(output_list_file));
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.cc 64 string output_list_file; local
67 if (options[i].first == "output_list_file") {
68 output_list_file = options[i].second;
105 if (!output_list_file.empty()) {
109 output_directory->Open(output_list_file));
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 88 string output_list_file; local
96 if (options[i].first == "output_list_file") {
97 output_list_file = options[i].second;
158 if (!output_list_file.empty()) {
162 output_directory->Open(output_list_file));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 93 string output_list_file; local
103 if (options[i].first == "output_list_file") {
104 output_list_file = options[i].second;
193 if (!output_list_file.empty()) {
197 output_directory->Open(output_list_file));
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 

Completed in 163 milliseconds