Searched refs:launcherPath (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/Scripts/ |
D | run-launcher | 41 my $launcherPath = productDir(); 51 $launcherPath = catdir($launcherPath, "bin", "MiniBrowser"); 53 $launcherPath = catdir($launcherPath, "bin", "QtTestBrowser"); 68 $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher"); 72 $launcherPath = catdir($launcherPath, "Programs", "EWebLauncher"); 77 … $launcherPath = catdir($launcherPath, 'wxBrowser.app', 'Contents', 'MacOS', 'wxBrowser'); 80 $launcherPath = catdir($launcherPath, 'wxBrowser'); 87 exec $launcherPath, @args or die;
|
D | build-webkit | 672 my $launcherPath = launcherPath(); 682 print " \"$launcherPath\" script.\n";
|
D | webkitdirs.pm | 1032 sub launcherPath() subroutine
|