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

  /system/core/libziparchive/
zip_archive_private.h 48 int GetFileDescriptor() const;
133 if (close_file && mapped_zip.GetFileDescriptor() >= 0) {
134 close(mapped_zip.GetFileDescriptor());
zip_archive.cc     [all...]
zip_archive_test.cc 105 ASSERT_EQ(-1, GetFileDescriptor(handle));
  /dalvik/libdex/
ZipArchive.h 64 return GetFileDescriptor(pArchive);
  /frameworks/base/libs/androidfw/
ApkAssets.cpp 100 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset,
115 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset,
ZipFileRO.cpp 202 int fd = GetFileDescriptor(mHandle);
  /art/runtime/
zip_archive.cc 93 const int zip_fd = GetFileDescriptor(handle_);
213 SetCloseOnExec(GetFileDescriptor(handle));
229 SetCloseOnExec(GetFileDescriptor(handle));
  /system/core/include/ziparchive/
zip_archive.h 214 int GetFileDescriptor(const ZipArchiveHandle handle);
  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 36 int fd = GetFileDescriptor(zip_handle_);
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 160 const FileDescriptor* GetFileDescriptor(const DescriptorClass* descriptor) {
164 const FileDescriptor* GetFileDescriptor(const FileDescriptor* descriptor) {
168 const FileDescriptor* GetFileDescriptor(const EnumValueDescriptor* descriptor) {
172 const FileDescriptor* GetFileDescriptor(const OneofDescriptor* descriptor) {
188 GetFileDescriptor(descriptor)->pool());
343 GetFileDescriptor(descriptor)->pool());
    [all...]
  /external/libchrome/base/debug/
stack_trace_posix.cc 491 int GetFileDescriptor(const char* file_path) {
571 return instance->GetFileDescriptor(region.path.c_str());
  /system/core/libbacktrace/
BacktraceOffline.cpp 836 auto buffer_or_err = llvm::MemoryBuffer::getOpenFileSlice(GetFileDescriptor(handle), apk_file,

Completed in 886 milliseconds