Home
last modified time | relevance | path

Searched refs:DEV_NULL (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/libtest/
Dlib537.c45 #define DEV_NULL "NUL" macro
47 #define DEV_NULL "/dev/null" macro
86 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
318 fd[0] = open(DEV_NULL, O_RDONLY);
320 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
Dlib518.c44 #define DEV_NULL "NUL" macro
46 #define DEV_NULL "/dev/null" macro
85 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
324 fd[0] = open(DEV_NULL, O_RDONLY); in rlimit()
326 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL); in rlimit()
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/arc/
Darc_app_makefile.tpl18 DEV_NULL = nul
29 DEV_NULL=/dev/null
/external/minijail/rust/minijail/tests/
Dfork_remap.rs18 const DEV_NULL: &str = "/dev/null"; constant
78 (0, DEV_NULL), in main()
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp131 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
136 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/external/llvm-project/lldb/source/Host/posix/
DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/external/python/cpython2/Lib/
Dplatform.py124 DEV_NULL = os.devnull variable
130 DEV_NULL = 'NUL' variable
133 DEV_NULL = '/dev/null' variable
993 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
/external/llvm-project/lldb/source/Host/windows/
DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h31 static const char *DEV_NULL;
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp585 auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp807 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
810 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
813 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
/external/llvm-project/lldb/source/Target/
DProcess.cpp352 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()