/third_party/grpc/src/ruby/tools/bin/ |
D | grpc_tools_ruby_protoc_plugin | 22 plugin_path = File.join(File.dirname(__FILE__), 26 exec([ plugin_path, plugin_path ], *ARGV)
|
D | grpc_tools_ruby_protoc | 31 plugin_path = File.join(protoc_dir, plugin_name) 33 exec([ protoc_path, protoc_path ], "--plugin=protoc-gen-grpc=#{plugin_path}", *ARGV)
|
/third_party/cef/libcef/browser/ |
D | browser_context.cc | 387 const base::FilePath& plugin_path, in AddPluginLoadDecision() argument 393 DCHECK(!plugin_path.empty()); in AddPluginLoadDecision() 396 std::make_pair(std::make_pair(render_process_id, plugin_path), in AddPluginLoadDecision() 403 const base::FilePath& plugin_path, in HasPluginLoadDecision() argument 409 DCHECK(!plugin_path.empty()); in HasPluginLoadDecision() 412 std::make_pair(std::make_pair(render_process_id, plugin_path), in HasPluginLoadDecision()
|
D | browser_context.h | 166 const base::FilePath& plugin_path, 171 const base::FilePath& plugin_path,
|
D | browser_contents_delegate.h | 127 void PluginCrashed(const base::FilePath& plugin_path,
|
D | browser_contents_delegate.cc | 451 const base::FilePath& plugin_path, in PluginCrashed() argument 455 handler->OnPluginCrashed(browser(), plugin_path.value()); in PluginCrashed()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstregistry.c | 1577 const gchar *plugin_path; in scan_and_update_registry() local 1601 plugin_path = g_getenv ("GST_PLUGIN_PATH_1_0"); in scan_and_update_registry() 1602 if (plugin_path == NULL) in scan_and_update_registry() 1603 plugin_path = g_getenv ("GST_PLUGIN_PATH"); in scan_and_update_registry() 1604 if (plugin_path) { in scan_and_update_registry() 1608 GST_DEBUG ("GST_PLUGIN_PATH set to %s", plugin_path); in scan_and_update_registry() 1609 list = g_strsplit (plugin_path, G_SEARCHPATH_SEPARATOR_S, 0); in scan_and_update_registry() 1621 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH_1_0"); in scan_and_update_registry() 1622 if (plugin_path == NULL) in scan_and_update_registry() 1623 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH"); in scan_and_update_registry() [all …]
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_handler_cpptoc.cc | 336 const cef_string_t* plugin_path) { in request_handler_on_plugin_crashed() argument 349 DCHECK(plugin_path); in request_handler_on_plugin_crashed() 350 if (!plugin_path) in request_handler_on_plugin_crashed() 355 CefBrowserCToCpp::Wrap(browser), CefString(plugin_path)); in request_handler_on_plugin_crashed()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_handler_ctocpp.cc | 332 const CefString& plugin_path) { in OnPluginCrashed() argument 346 DCHECK(!plugin_path.empty()); in OnPluginCrashed() 347 if (plugin_path.empty()) in OnPluginCrashed() 352 plugin_path.GetStruct()); in OnPluginCrashed()
|
D | request_handler_ctocpp.h | 81 const CefString& plugin_path) override;
|
/third_party/cef/include/capi/ |
D | cef_request_handler_capi.h | 238 const cef_string_t* plugin_path);
|
/third_party/cef/include/ |
D | cef_request_handler.h | 237 const CefString& plugin_path) {} in OnPluginCrashed() argument
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.h | 98 bool IsOriginIsolatedPepperPlugin(const base::FilePath& plugin_path) override;
|
D | alloy_content_renderer_client.cc | 410 const base::FilePath& plugin_path) { in IsOriginIsolatedPepperPlugin() argument
|
/third_party/grpc/bazel/ |
D | protobuf.bzl | 121 "--plugin=protoc-gen-{plugin_name}={plugin_path}".format( 123 plugin_path = plugin.path,
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 316 std::string plugin_path; in RunWithArgs() local 318 plugin_path = GOOGLE_PROTOBUF_TEST_PLUGIN_PATH; in RunWithArgs() 342 plugin_path = possible_paths[i]; in RunWithArgs() 348 if (plugin_path.empty()) { in RunWithArgs() 352 args.push_back("--plugin=prefix-gen-plug=" + plugin_path); in RunWithArgs()
|