Home
last modified time | relevance | path

Searched refs:OpenArchive (Results 1 – 10 of 10) sorted by relevance

/system/libziparchive/
Dzip_archive_benchmark.cpp61 OpenArchive(temp_file->path, &handle); in OpenClose()
78 OpenArchive(temp_file->path, &handle); in FindEntry_no_match()
93 OpenArchive(temp_file->path, &handle); in Iterate_all_files()
131 if (OpenArchive(temp_file->path, &handle)) { in ExtractEntry()
156 if (OpenArchive(temp_file->path, &handle)) { in ExtractStored()
Dziptool.cpp576 if ((err = OpenArchive(archive_name, &zah)) != 0) { in main()
Dzip_archive_test.cc59 return OpenArchive(abs_path.c_str(), handle); in OpenArchiveWrapper()
Dzip_archive.cc700 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle) { in OpenArchive() function
/system/update_engine/payload_consumer/
Dcertificate_parser_android.cc76 int32_t open_status = OpenArchive(path.c_str(), &raw_handle); in ReadPublicKeysFromCertificates()
/system/extras/memory_replay/
DFile.cpp37 if (OpenArchive(filename, &archive) != 0) { in ZipGetContents()
/system/libziparchive/include/ziparchive/
Dzip_archive.h153 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle);
/system/extras/pinner/
Dmeminspect.cpp304 if (OpenArchive(filename_.c_str(), &handle_) < 0) { in read_files_and_offsets()
/system/apex/apexd/
Dapex_file_test.cpp65 int32_t rc = OpenArchive(file_path.c_str(), &handle); in TEST_P()
/system/core/fastboot/
Dfastboot.cpp1939 int error = OpenArchive(filename, &zip); in do_update()