HomeSort by relevance Sort by last modified time
    Searched refs:out_fd (Results 51 - 75 of 79) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
decorate_proc_maps.cc 12 bool CopyFdToFd(int in_fd, int out_fd) {
18 write(out_fd, buf, got);
  /build/tools/makeparallel/
makeparallel.cpp 102 int* in_fd, int* out_fd, bool* parallel, bool* keep_going) {
134 if (sscanf(optarg, "%d,%d", in_fd, out_fd) != 2) {
137 // TODO: propagate in_fd, out_fd
274 static void PutJobserverTokens(int out_fd, int tokens) {
278 int ret = TEMP_FAILURE_RETRY(write(out_fd, &buf, 1));
289 int out_fd = -1; local
309 if (ParseMakeflags(makeflags, &in_fd, &out_fd, &parallel, &keep_going)) {
310 if (in_fd >= 0 && out_fd >= 0) {
312 CheckFd(out_fd);
314 fcntl(out_fd, F_SETFD, FD_CLOEXEC)
    [all...]
  /external/autotest/utils/
parallel.py 98 out_fd = os.open(log_file, os.O_WRONLY | os.O_CREAT)
100 os.dup2(out_fd, 2)
101 os.dup2(out_fd, 1)
103 os.close(out_fd)
  /external/valgrind/coregrind/
pub_core_ume.h 88 // either binary or "#!" format. On success, 'out_fd' gets the fd of the file
90 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
mock_lorgnette.py 49 def ScanImage(self, device, out_fd, scan_properties):
50 """Writes test image date to |out_fd|. Do so in chunks since the
54 @param out_fd file handle for the output scan data.
59 scan_output_fd = out_fd.take()
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp 119 set out_fd [open $objdir/$opcode-test.s w]
136 puts $out_fd $line
143 close $out_fd
148 set out_fd [open $objdir/$opcode-test.d w]
173 puts $out_fd "$leftpart$n$rightpart"
187 puts $out_fd "$leftpart$n$rightpart"
189 puts $out_fd $line
194 close $out_fd
  /external/boringssl/src/crypto/bio/
fd.c 268 int BIO_get_fd(BIO *bio, int *out_fd) {
269 return BIO_ctrl(bio, BIO_C_GET_FD, 0, (char *) out_fd);
  /external/valgrind/coregrind/m_ume/
main.c 68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid)
122 // Write the 'out_fd' param if necessary, or close the file.
123 if (!sr_isError(res) && out_fd) {
124 *out_fd = fd;
  /external/boringssl/src/tool/
digest.cc 78 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a
81 static bool OpenFile(int *out_fd, const std::string &filename) {
82 *out_fd = -1;
106 *out_fd = fd;
  /external/toybox/toys/other/
bzcat.c 441 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd)
444 if (write(out_fd, bd->outbuf, bd->outbufPos) != bd->outbufPos)
506 // If !len, write up to len bytes of data to buf. Otherwise write to out_fd.
514 int out_fd, char *outbuf, int len)
565 if (bd->outbufPos == IOBUF_SIZE) flush_bunzip_outbuf(bd, out_fd);
  /art/profman/
profman.cc 306 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
307 if (!out_fd.WriteFully(dump.c_str(), dump.length())) {
  /art/runtime/hprof/
hprof.cc 740 int out_fd; local
742 out_fd = dup(fd_);
743 if (out_fd < 0) {
748 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
749 if (out_fd < 0) {
756 std::unique_ptr<File> file(new File(out_fd, filename_, true));
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp     [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/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...]

Completed in 4042 milliseconds

1 23 4