HomeSort by relevance Sort by last modified time
    Searched refs:shost (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
browser_main_gtk.cc 139 RenderSandboxHostLinux* shost = RenderSandboxHostLinux::GetInstance(); local
140 shost->Init(sandbox_cmd);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 164 my ($spass, $shost) = split("\t", $h{$user});
165 if ( defined $h{$user} and ($spass eq $pass) and ($shost eq $hostname) ) {
166 $X->put($user, join("\t", $spass, $shost, $ip));

Completed in 58 milliseconds