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

  /dalvik/libdex/
ZipArchive.h 64 return GetFileDescriptor(pArchive);
  /external/lldb/include/lldb/Host/
Terminal.h 37 GetFileDescriptor () const
  /art/runtime/
zip_archive.cc 101 SetCloseOnExec(GetFileDescriptor(handle));
117 SetCloseOnExec(GetFileDescriptor(handle));
  /system/core/include/ziparchive/
zip_archive.h 175 int GetFileDescriptor(const ZipArchiveHandle handle);
  /external/lldb/source/Host/common/
Terminal.cpp 175 const int fd = m_tty.GetFileDescriptor();
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 197 int fd = GetFileDescriptor(mHandle);
  /external/chromium_org/base/debug/
stack_trace_posix.cc 501 int GetFileDescriptor(const char* file_path) {
581 return instance->GetFileDescriptor(region.path.c_str());
  /system/core/libziparchive/
zip_archive_test.cc 67 ASSERT_EQ(-1, GetFileDescriptor(handle));
zip_archive.cc     [all...]

Completed in 2200 milliseconds