Searched refs:baseProductDir (Results 1 – 7 of 7) sorted by relevance
62 my $baseProductDir = baseProductDir();63 system "mkdir", "-p", "$baseProductDir";66 open CONFIGURATION, ">", "$baseProductDir/Configuration" or die;73 open ARCHITECTURE, ">", "$baseProductDir/Architecture" or die;77 unlink "$baseProductDir/Architecture";
46 …@EXPORT = qw(&chdirWebKit &baseProductDir &productDir &XcodeOptions &XcodeOptionString &Xcode…55 my $baseProductDir;127 return if defined $baseProductDir;130 $baseProductDir = $ENV{"WEBKITOUTPUTDIR"};132 if (!defined($baseProductDir) and isAppleMacWebKit()) {144 $baseProductDir = join '', <PRODUCT>;147 $baseProductDir = $1 if $baseProductDir =~ /SYMROOT\s*=\s*\"(.*?)\";/s;148 undef $baseProductDir unless $baseProductDir =~ /^\//;150 if (!defined($baseProductDir)) {152 $baseProductDir = <PRODUCT>;[all …]
66 print baseProductDir() . "\n";
613 my $baseProductDir = baseProductDir();614 …n view build errors by checking the BuildLog.htm files located at:\n$baseProductDir/obj/<project>/…
65 my $baseDir = baseProductDir();
11308 * Prepend git branch name to $baseProductDir19992 * Scripts/commit-log-editor: Use baseProductDir() to find the base product directory.
32486 build-webkit: Reorder logic for determining the baseProductDir