Home
last modified time | relevance | path

Searched defs:entry_name (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Dread_apk.h39 const std::string& entry_name, in EmbeddedElf()
53 const std::string &entry_name() const { return entry_name_; } in entry_name() function
Dread_apk.cpp55 const std::string& entry_name) { in FindElfInApkByName()
109 const std::string& apk_path, const std::string& entry_name) { in FindElfInApkByNameWithoutCache()
141 std::string* entry_name) { in ParseExtractedInMemoryPath()
Dread_apk_test.cpp48 std::string entry_name; in TEST() local
Dcmd_record.cpp1496 std::string entry_name; in UpdateMmapRecordForEmbeddedPath() local
/system/libziparchive/
Dentry_name_utils-inl.h28 inline bool IsValidEntryName(const uint8_t* entry_name, const size_t length) { in IsValidEntryName()
Dzip_archive_test.cc634 static void ZipArchiveStreamTest(ZipArchiveHandle& handle, const std::string& entry_name, bool raw, in ZipArchiveStreamTest()
663 const std::string& entry_name, in ZipArchiveStreamTestUsingContents()
679 const std::string& entry_name) { in ZipArchiveStreamTestUsingMemory()
Dzip_archive.cc526 std::string_view entry_name{reinterpret_cast<const char*>(file_name), file_name_length}; in ParseZipArchive() local
/system/core/bootstat/
Dboot_event_record_store_test.cpp78 const std::string entry_name(entry->d_name); in DeleteDirectory() local
/system/core/adb/client/
Dincremental_utils.cpp313 auto matcher = [](std::string_view entry_name) { in InstallationPriorityBlocks()
/system/core/fastboot/
Dfastboot.cpp527 static bool UnzipToMemory(ZipArchiveHandle zip, const std::string& entry_name, in UnzipToMemory()
637 static int unzip_to_file(ZipArchiveHandle zip, const char* entry_name) { in unzip_to_file()