Home
last modified time | relevance | path

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

/dports/www/castget/castget-2.0.1/src/
H A Dcastget.c45 static int _process_channel(const gchar *channel_directory, GKeyFile *kf, const char *identifier,
343 static int _process_channel(const gchar *channel_directory, GKeyFile *kf, const char *identifier, in _process_channel() argument
382 channel_file = g_build_filename(channel_directory, channel_filename, NULL); in _process_channel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/webview/client/
H A Dwebview.h39 void Run(const InitParams& params, const std::string& channel_directory);
H A Dwebview.cc82 const std::string& channel_directory) { in Run() argument
94 ::grpc::CreateCustomChannel(std::string("unix:" + channel_directory), in Run()