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

  /art/libartbase/base/
file_utils.h 103 int DupCloexec(int fd);
zip_archive_test.cc 45 std::unique_ptr<File> file(new File(DupCloexec(tmp.GetFd()), tmp.GetFilename(), false));
scoped_flock.cc 119 new LockedFile(DupCloexec(fd), path, /* check_usage= */ false, read_only_mode));
file_utils.cc 407 int DupCloexec(int fd) {
  /art/libartbase/base/unix_file/
fd_file_test.cc 29 int fd = art::DupCloexec(fileno(tmp));
  /art/adbconnection/
adbconnection.cc 429 android::base::unique_fd read_fd(art::DupCloexec(adb_connection_socket_));
431 android::base::unique_fd write_fd(art::DupCloexec(adb_connection_socket_));
433 android::base::unique_fd write_lock_fd(art::DupCloexec(adb_write_event_fd_));
    [all...]
  /art/dt_fd_forward/
dt_fd_forward.cc 111 static int DupCloexec(int fd) {
124 listen_fd_.reset(DupCloexec(listen_fd));
353 close_notify_fd_.reset(DupCloexec(listen_fd_));
  /art/dex2oat/
dex2oat_test.cc     [all...]
dex2oat.cc     [all...]
  /art/libdexfile/dex/
art_dex_file_loader.cc 98 fd = File(DupCloexec(zip_fd), /* check_usage= */ false);
  /art/dex2oat/linker/
oat_writer_test.cc 769 File zip_fd(DupCloexec(zip_file.GetFd()), /*check_usage=*/ false);
    [all...]
oat_writer.cc     [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 119 int fd = DupCloexec(originalFd);
  /art/runtime/hprof/
hprof.cc 765 out_fd = DupCloexec(fd_);
    [all...]
  /art/libprofile/profile/
profile_compilation_info.cc     [all...]
  /art/runtime/
oat_file.cc     [all...]

Completed in 1867 milliseconds