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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds 373 my $devNull = File::Spec->devnull();
379 `hdiutil detach '$mountPath' 2> $devNull`;
404 `hdiutil detach '$mountPath' 2> $devNull`;
svn-create-patch 81 my $devNull = File::Spec->devnull();
321 print `svn cat ${escapedSourceFile} | diff -u $devNull - | tail -n +3`;

Completed in 296 milliseconds