HomeSort by relevance Sort by last modified time
    Searched refs:fd_out (Results 1 - 21 of 21) sorted by null

  /device/generic/goldfish-opengl/system/egl/
goldfish_sync.h 49 int* fd_out) {
60 if (fd_out) *fd_out = info.fence_fd_out;
egl.cpp 387 int* fd_out) {
409 fd_out);
412 *fd_out, queue_work_err);
424 static void createGoldfishOpenGLNativeSync(int* fd_out) {
431 fd_out);
    [all...]
  /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/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/libevent/include/event2/
event.h     [all...]
  /external/libevent/
event.c     [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...]
  /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...]

Completed in 1226 milliseconds