OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devNull
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
bisect-builds
369
my $
devNull
= File::Spec->
devnull
();
375
`hdiutil detach '$mountPath' 2> $
devNull
`;
400
`hdiutil detach '$mountPath' 2> $
devNull
`;
svn-create-patch
81
my $
devNull
= File::Spec->
devnull
();
315
print `svn cat ${sourceFile} | diff -u $
devNull
- | tail -n +3`;
Completed in 17 milliseconds