Searched refs:temp_fd (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
H A D | fsconfig02.c | 10 static int fd = -1, temp_fd = -1, invalid_fd = -1; variable 39 {"set-fd-key", &fd, FSCONFIG_SET_FD, NULL, NULL, &temp_fd, EINVAL}, 40 {"set-fd-value", &fd, FSCONFIG_SET_FD, "sync", "foo", &temp_fd, EINVAL}, 58 temp_fd = SAFE_OPEN("testfile", O_RDWR | O_CREAT, 01444); in setup() 63 if (temp_fd != -1) in cleanup() 64 SAFE_CLOSE(temp_fd); in cleanup()
|
/third_party/gn/src/base/posix/ |
H A D | file_descriptor_shuffle.cc | 27 int temp_fd = -1; in PerformInjectiveMultimapDestructive() local 41 if (temp_fd == -1) { in PerformInjectiveMultimapDestructive() 42 if (!delegate->Duplicate(&temp_fd, i->dest)) in PerformInjectiveMultimapDestructive() 45 extra_fds[next_extra_fd++] = temp_fd; in PerformInjectiveMultimapDestructive() 53 j->source = temp_fd; in PerformInjectiveMultimapDestructive()
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | placeholder.py | 107 temp_fd, self.filename = tempfile.mkstemp( 109 fd = os.fdopen(temp_fd, 'w')
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | placeholder.py | 107 temp_fd, self.filename = tempfile.mkstemp( 109 fd = os.fdopen(temp_fd, 'w')
|
/third_party/spirv-tools/test/tools/ |
H A D | placeholder.py | 107 temp_fd, self.filename = tempfile.mkstemp( 109 fd = os.fdopen(temp_fd, 'w')
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 2517 for fd, temp_fd in enumerate(temp_fds): 2518 os.dup2(temp_fd, fd) 2557 for fd, temp_fd in enumerate(temp_fds): 2558 os.dup2(temp_fd, fd)
|
Completed in 8 milliseconds