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

  /dalvik/libdex/
ZipArchive.h 64 return GetFileDescriptor(pArchive);
  /art/runtime/
zip_archive.cc 102 SetCloseOnExec(GetFileDescriptor(handle));
118 SetCloseOnExec(GetFileDescriptor(handle));
  /system/core/include/ziparchive/
zip_archive.h 214 int GetFileDescriptor(const ZipArchiveHandle handle);
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 33 int fd = GetFileDescriptor(mZipHandle);
  /system/webservd/webservd/
protocol_handler.cc 342 int GetFileDescriptor() const { return fd_; }
384 int fd = watcher->GetFileDescriptor();
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 202 int fd = GetFileDescriptor(mHandle);
  /external/libchrome/base/debug/
stack_trace_posix.cc 492 int GetFileDescriptor(const char* file_path) {
572 return instance->GetFileDescriptor(region.path.c_str());
  /system/core/libbacktrace/
BacktraceOffline.cpp 711 auto buffer_or_err = llvm::MemoryBuffer::getOpenFileSlice(GetFileDescriptor(handle), apk_file,
  /system/core/libziparchive/
zip_archive.cc     [all...]
zip_archive_test.cc 92 ASSERT_EQ(-1, GetFileDescriptor(handle));

Completed in 1596 milliseconds