Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc299 string plugin_path; in Run() local
301 plugin_path = GOOGLE_PROTOBUF_TEST_PLUGIN_PATH; in Run()
322 plugin_path = possible_paths[i]; in Run()
328 if (plugin_path.empty()) { in Run()
330 string plugin_path = "third_party/protobuf/test_plugin"; in Run()
332 if (access(plugin_path.c_str(), F_OK) != 0) { in Run()
337 args.push_back("--plugin=prefix-gen-plug=" + plugin_path); in Run()