HomeSort by relevance Sort by last modified time
    Searched refs:out_fd (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /art/runtime/
native_stack_dump.cc 75 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid)
76 : in(in_fd, false), out(out_fd, false), file(file_name), child_pid(pid), odd(true) {}
  /art/runtime/hprof/
hprof.cc 760 int out_fd; local
762 out_fd = dup(fd_);
763 if (out_fd < 0) {
768 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
769 if (out_fd < 0) {
776 std::unique_ptr<File> file(new File(out_fd, filename_, true));
    [all...]
  /art/profman/
profman.cc 406 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
407 if (!out_fd.WriteFully(dump.c_str(), dump.length())) {
509 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/);
510 if (!out_fd.WriteFully(dump.c_str(), dump.length())) {
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/boringssl/src/include/openssl/
bio.h 435 * |out_fd| is not NULL, it also sets |*out_fd| to the file descriptor.
439 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
    [all...]
  /external/iproute2/tc/
tc_bpf.c     [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1518 milliseconds

1 2 3 4 56