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

  /prebuilts/go/darwin-x86/src/cmd/go/
build_test.go 14 fi, err := os.Lstat(os.DevNull)
19 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
21 mayberemovefile(os.DevNull)
22 _, err = os.Lstat(os.DevNull)
24 t.Errorf("mayberemovefile(%s) did remove it; oops", os.DevNull)
build.go 473 if *buildO == os.DevNull {
    [all...]
go_test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build_test.go 14 fi, err := os.Lstat(os.DevNull)
19 t.Errorf("Lstat(%s).Mode().IsRegular() = true; expected false", os.DevNull)
21 mayberemovefile(os.DevNull)
22 _, err = os.Lstat(os.DevNull)
24 t.Errorf("mayberemovefile(%s) did remove it; oops", os.DevNull)
build.go 473 if *buildO == os.DevNull {
    [all...]
go_test.go     [all...]
  /external/mockito/src/test/java/org/mockitousage/bugs/
MockitoRunnerBreaksWhenNoTestMethodsTest.java 31 runner.addListener(new TextListener(DevNull.out));
45 public static final class DevNull {
  /prebuilts/go/darwin-x86/src/os/
types_windows.go 87 // devNullStat is fileStat structure describing DevNull file ("NUL").
89 name: DevNull,
stat_windows.go 26 if file.name == DevNull {
89 if name == DevNull {
file_unix.go 77 // DevNull is the name of the operating system's ``null device.''
79 const DevNull = "/dev/null"
file_plan9.go 59 // DevNull is the name of the operating system's ``null device.''
61 const DevNull = "/dev/null"
file_windows.go 84 const DevNull = "NUL"
os_test.go     [all...]
  /prebuilts/go/linux-x86/src/os/
types_windows.go 87 // devNullStat is fileStat structure describing DevNull file ("NUL").
89 name: DevNull,
stat_windows.go 26 if file.name == DevNull {
89 if name == DevNull {
file_unix.go 77 // DevNull is the name of the operating system's ``null device.''
79 const DevNull = "/dev/null"
file_plan9.go 59 // DevNull is the name of the operating system's ``null device.''
61 const DevNull = "/dev/null"
file_windows.go 84 const DevNull = "NUL"
os_test.go     [all...]
  /external/skia/src/core/
SkPictureData.cpp 303 struct DevNull: public SkWStream {
304 DevNull() : fBytesWritten(0) {}
308 } devnull; local
310 fPictureRefs[i]->serialize(&devnull, pixelSerializer, typefaceSet);
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 67 // If Stdin is nil, the process reads from the null device (os.DevNull).
80 // to the null device (os.DevNull).
189 f, err = os.Open(os.DevNull)
234 f, err = os.OpenFile(os.DevNull, os.O_WRONLY, 0)
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 67 // If Stdin is nil, the process reads from the null device (os.DevNull).
80 // to the null device (os.DevNull).
189 f, err = os.Open(os.DevNull)
234 f, err = os.OpenFile(os.DevNull, os.O_WRONLY, 0)
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go     [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go     [all...]

Completed in 595 milliseconds