Searched refs:plugin_path (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/gn/standalone/ |
D | proto_library.gni | 43 plugin_path = get_label_info(plugin_host_label, "root_out_dir") + "/" + 47 plugin_path = invoker.generator_plugin_script 120 plugin_path_rebased = rebase_path(plugin_path, root_build_dir) 143 inputs += [ plugin_path ]
|
/external/v8/tools/clang/pylib/clang/ |
D | plugin_testing.py | 15 def __init__(self, test_base, clang_path, plugin_path, plugin_name, argument 30 self._plugin_path = plugin_path
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 299 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()
|
/external/v8/tools/clang/plugins/tests/ |
D | test.py | 46 args.plugin_path,
|
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/ |
D | test.py | 60 args.plugin_path,
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | test.py | 64 args.plugin_path,
|