HomeSort by relevance Sort by last modified time
    Searched defs:kInvalidFd (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 64 const fd_t kInvalidFd = (fd_t)-1;
  /system/connectivity/wifilogd/
os.h 51 static constexpr int kInvalidFd = -1;
65 // access to said socket, returns {kInvalidFd, errno}.
os.cpp 36 constexpr int Os::kInvalidFd;
46 return {kInvalidFd, errno};
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 111 constexpr std::tuple<int, Os::Errno> kExpectedResult{Os::kInvalidFd, kError};
  /system/chre/host/hal_generic/
generic_context_hub.h 135 static constexpr int kInvalidFd = -1;
136 int mDebugFd = kInvalidFd;
  /art/dex2oat/linker/
image_writer.h 68 static constexpr int kInvalidFd = -1;
122 // If image_fd is not kInvalidFd, then we use that for the image file. Otherwise we open
124 // If oat_fd is not kInvalidFd, then we use that for the oat file. Otherwise we open
  /art/profman/
profman.cc 69 static constexpr int kInvalidFd = -1;
72 return fd != kInvalidFd;
187 reference_profile_file_fd_(kInvalidFd),
191 dump_output_to_fd_(kInvalidFd),
531 int ret = DumpOneProfile(kOrdinaryProfile, profile_file, kInvalidFd, &dex_files, &dump);
551 kInvalidFd,
    [all...]

Completed in 169 milliseconds