/external/libbrillo/brillo/ |
file_utils.cc | 88 // Handles common touch functionality but also provides an optional |fd_out| 90 // use the fd rather than the path. |fd_out| will only be set if a new file 92 // If |fd_out| is null, this function will close the file, otherwise it's 93 // expected that |fd_out| will close the file when it goes out of scope. 97 base::ScopedFD* fd_out) { 125 if (fd_out) { 126 fd_out->swap(scoped_fd);
|
/external/v8/tools/ |
android-run.py | 50 (fd_out, outname) = tempfile.mkstemp() 55 stdout=fd_out, 59 os.close(fd_out)
|
nacl-run.py | 46 (fd_out, outname) = tempfile.mkstemp() 51 stdout=fd_out, 55 os.close(fd_out)
|
/build/tools/ijar/ |
zip.cc | 201 fd_out(fd), 254 int fd_out; // file descriptor for the output file member in class:devtools_ijar::OutputZipFile 933 if (fd_out > 0) { 935 if (ftruncate(fd_out, GetSize()) < 0) { 936 return error("ftruncate(fd_out, GetSize()): %s", strerror(errno)); 938 if (close(fd_out) < 0) { 939 return error("close(fd_out): %s", strerror(errno)); 941 fd_out = -1; 981 int fd_out = open(zip_file, O_CREAT|O_RDWR|O_TRUNC, 0644); local 982 if (fd_out < 0) [all...] |
/external/webrtc/webrtc/base/ |
firewallsocketserver.h | 25 enum FirewallDirection { FD_IN, FD_OUT, FD_ANY };
|
firewallsocketserver.cc | 133 if (d == FD_OUT || d == FD_ANY) {
|
/external/libbrillo/brillo/dbus/ |
dbus_method_invoker_unittest.cc | 140 dbus::FileDescriptor fd_out; local 142 EXPECT_TRUE(ExtractMethodCallResults(response.get(), nullptr, &fd_out)); 143 return fd_out;
|
/external/strace/ |
io.c | 241 /* int fd_out */ 260 /* int fd_out */
|
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/external/libevent/include/event2/ |
event.h | [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_syscalls.inc | [all...] |
/external/libevent/ |
event.c | [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | 4769 int fd_out = -1; member in namespace:test98 [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |