Searched refs:debug_file_name (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive.cc331 const char* debug_file_name) {
333 const bool success = file_map->create(debug_file_name, fd, start, length, read_only);
449 static int32_t MapCentralDirectory0(int fd, const char* debug_file_name, argument
482 ALOGD("Zip: EOCD not found, %s is not zip", debug_file_name);
524 true /* read only */, debug_file_name);
545 static int32_t MapCentralDirectory(int fd, const char* debug_file_name, argument
585 int32_t result = MapCentralDirectory0(fd, debug_file_name, archive,
674 const char* debug_file_name) {
676 if ((result = MapCentralDirectory(archive->fd, debug_file_name, archive))) {
687 int32_t OpenArchiveFd(int fd, const char* debug_file_name, argument
329 MapFileSegment(const int fd, const off64_t start, const size_t length, const bool read_only, const char* debug_file_name) argument
673 OpenArchiveInternal(ZipArchive* archive, const char* debug_file_name) argument
[all...]

Completed in 5 milliseconds