Searched defs:entry_name (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.h | 39 const std::string& entry_name, in EmbeddedElf() 53 const std::string &entry_name() const { return entry_name_; } in entry_name() function
|
D | read_apk.cpp | 55 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()
|
D | read_apk_test.cpp | 48 std::string entry_name; in TEST() local
|
D | cmd_record.cpp | 1496 std::string entry_name; in UpdateMmapRecordForEmbeddedPath() local
|
/system/libziparchive/ |
D | entry_name_utils-inl.h | 28 inline bool IsValidEntryName(const uint8_t* entry_name, const size_t length) { in IsValidEntryName()
|
D | zip_archive_test.cc | 634 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()
|
D | zip_archive.cc | 526 std::string_view entry_name{reinterpret_cast<const char*>(file_name), file_name_length}; in ParseZipArchive() local
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 78 const std::string entry_name(entry->d_name); in DeleteDirectory() local
|
/system/core/adb/client/ |
D | incremental_utils.cpp | 313 auto matcher = [](std::string_view entry_name) { in InstallationPriorityBlocks()
|
/system/core/fastboot/ |
D | fastboot.cpp | 527 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()
|