/external/curl/tests/libtest/ |
D | lib518.c | 44 #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()
|
D | lib537.c | 45 #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);
|
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/arc/ |
D | arc_app_makefile.tpl | 18 DEV_NULL = nul 29 DEV_NULL=/dev/null
|
/external/minijail/rust/minijail/tests/ |
D | fork_remap.rs | 18 const DEV_NULL: &str = "/dev/null"; constant 78 (0, DEV_NULL), in main()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | ScriptInterpreter.cpp | 131 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/ |
D | FileSystemPosix.cpp | 34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
|
/external/llvm-project/lldb/source/Host/windows/ |
D | FileSystem.cpp | 25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
|
/external/python/cpython2/Lib/ |
D | platform.py | 124 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/include/lldb/Host/ |
D | FileSystem.h | 31 static const char *DEV_NULL;
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 585 auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 807 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/ |
D | Process.cpp | 352 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
|