Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/Scripts/
Drun-launcher41 my $launcherPath = productDir();
50 $launcherPath = catdir($launcherPath, "bin", "QtLauncher");
64 $launcherPath = catdir($launcherPath, "Programs", "GtkLauncher");
69 … $launcherPath = catdir($launcherPath, 'wxBrowser.app', 'Contents', 'MacOS', 'wxBrowser');
72 $launcherPath = catdir($launcherPath, 'wxBrowser');
79 exec $launcherPath, @args or die;
Dbuild-webkit416 my $launcherPath = launcherPath();
426 print " \"$launcherPath\" script.\n";
Dwebkitdirs.pm848 sub launcherPath() subroutine