Searched refs:null_path (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
/external/strace/tests-m32/ |
D | ioctl_nbd.c | 47 static const char null_path[] = "/dev/null"; in main() local 49 int fd = open(null_path, O_RDONLY); in main() 51 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
D | kcmp.c | 79 static const char null_path[] = "/dev/null"; variable 174 fd = open(null_path, O_RDONLY); in main() 176 perror_msg_and_fail("open(\"%s\")", null_path); in main()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 2783 const char *null_path = "/dev/null"; 2785 [file_manager stringWithFileSystemRepresentation:null_path 2786 length:strlen(null_path)]; 2795 bundleIDStr.c_str(), null_path); 2861 const char *null_path = "/dev/null"; 2863 [file_manager stringWithFileSystemRepresentation:null_path 2864 length:strlen(null_path)]; 2873 bundleIDStr.c_str(), null_path); 3892 const char *null_path = "/dev/null"; 3894 [file_manager stringWithFileSystemRepresentation:null_path [all …]
|