HomeSort by relevance Sort by last modified time
    Searched refs:DEVNULL (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
run-api-tests 136 local *DEVNULL;
139 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null";
140 $childOut = ">&DEVNULL";
141 $childErr = ">&DEVNULL";
157 close(DEVNULL) unless ($verbose);
191 local *DEVNULL;
194 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null";
195 $childErr = ">&DEVNULL";
    [all...]
old-run-webkit-tests     [all...]

Completed in 121 milliseconds