Home
last modified time | relevance | path

Searched refs:null_path (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests/
Dioctl_nbd.c47 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()
Dkcmp.c79 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/
Dioctl_nbd.c47 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()
Dkcmp.c79 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/
Dioctl_nbd.c47 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()
Dkcmp.c79 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/
DMachProcess.mm2783 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 …]