Home
last modified time | relevance | path

Searched defs:FindEntry (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DElfInterfaceArm.cpp37 bool ElfInterfaceArm::FindEntry(uint32_t pc, uint64_t* entry_offset) { in FindEntry() function in unwindstack::ElfInterfaceArm
/aosp12/system/libziparchive/
H A Dzip_archive.cc716 static int32_t FindEntry(const ZipArchive* archive, std::string_view entryName, in FindEntry() function
1008 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, in FindEntry() function
1018 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, in FindEntry() function
H A Dzip_archive_test.cc105 TEST_F(CdEntryMapTest, FindEntry) { in TEST_F() argument
337 TEST(ziparchive, FindEntry) { in TEST() argument
/aosp12/system/extras/simpleperf/
H A Dutils.cpp137 bool ArchiveHelper::FindEntry(const std::string& name, ZipEntry* entry) { in FindEntry() function in simpleperf::ArchiveHelper
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp140 ResourceEntry* ResourceTableType::FindEntry(const android::StringPiece& name) const { in FindEntry() function in aapt::ResourceTableType
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp559 base::expected<FindEntryResult, NullOrIOError> AssetManager2::FindEntry( in FindEntry() function in android::AssetManager2