/external/boringssl/src/tool/ |
digest.cc | 82 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a 85 static bool OpenFile(int *out_fd, const std::string &filename) { 86 *out_fd = -1; 110 *out_fd = fd;
|
/external/linux-kselftest/tools/testing/selftests/exec/ |
execveat.c | 140 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); local 144 sendfile(out_fd, in_fd, NULL, info.st_size); 146 close(out_fd);
|
/system/core/debuggerd/tombstoned/ |
intercept_manager.cpp | 193 android::base::unique_fd* out_fd) { 216 *out_fd = std::move(intercept->output_fd);
|
/external/toybox/toys/other/ |
bzcat.c | 443 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) 446 if (write(out_fd, bd->outbuf, bd->outbufPos) != bd->outbufPos) 505 // If !len, write up to len bytes of data to buf. Otherwise write to out_fd. 513 int out_fd, char *outbuf, int len) 564 if (bd->outbufPos == IOBUF_SIZE) flush_bunzip_outbuf(bd, out_fd);
|
/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) {}
|
/system/core/adb/ |
commandline.cpp | 779 int out_fd = adb_connect(android::base::StringPrintf("sideload:%d", size), &error); local 780 if (out_fd < 0) { 786 opt = adb_setsockopt(out_fd, SOL_SOCKET, SO_SNDBUF, &opt, sizeof(opt)); 794 adb_close(out_fd); 797 if (!WriteFdExactly(out_fd, buf, xfer)) { 799 adb_status(out_fd, &error); 801 adb_close(out_fd); 810 if (!adb_status(out_fd, &error)) { 812 adb_close(out_fd); 816 adb_close(out_fd); [all...] |
/art/profman/ |
profman.cc | 447 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/); 448 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { 574 unix_file::FdFile out_fd(dump_output_to_fd_, false /*check_usage*/); 575 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { [all...] |
/art/runtime/hprof/ |
hprof.cc | 763 int out_fd; local 765 out_fd = dup(fd_); 766 if (out_fd < 0) { 771 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644); 772 if (out_fd < 0) { 779 std::unique_ptr<File> file(new File(out_fd, filename_, true)); [all...] |
/frameworks/native/cmds/installd/ |
dexopt.cpp | [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-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-3859424/lib64/clang/4.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/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-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...] |