Home | History | Annotate | Download | only in BuildSlaveSupport

Lines Matching refs:OUT

27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
96 print OUT $data;
97 close(OUT);
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
100 print OUT "$revision\n";
101 close(OUT);
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n";
105 close(OUT);