Home
last modified time | relevance | path

Searched refs:devNull (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/utils/libcxx/test/
Dformat.py27 devNull = open(os.devnull, 'w')
28 result = subprocess.call(command, shell=True, stdout=devNull, stderr=devNull)
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp174 static const std::string devNull = "/dev/null"; in getDevNull() local
175 return devNull; in getDevNull()
DFuzzerIOWindows.cpp419 static const std::string devNull = "NUL"; in getDevNull() local
420 return devNull; in getDevNull()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp174 static const std::string devNull = "/dev/null"; in getDevNull() local
175 return devNull; in getDevNull()
DFuzzerIOWindows.cpp419 static const std::string devNull = "NUL"; in getDevNull() local
420 return devNull; in getDevNull()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2072 INT devNull; /* Just a dummy to avoid a lot of branches in the code */ in pcmDmx_ApplyFrame() local
2094 pDmxOutScale = &devNull; /* redirect to temporal stack memory */ in pcmDmx_ApplyFrame()