Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/
Drun-launcher41 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;
Dbuild-webkit672 my $launcherPath = launcherPath();
682 print " \"$launcherPath\" script.\n";
Dwebkitdirs.pm1032 sub launcherPath() subroutine