Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.h36 EmbeddedElf(const std::string& filepath, const std::string& entry_name, uint64_t entry_offset, in EmbeddedElf()
47 const std::string& entry_name() const { return entry_name_; } in entry_name() function
Dread_apk.cpp57 const std::string& entry_name) { in FindElfInApkByName()
109 const std::string& apk_path, const std::string& entry_name) { in FindElfInApkByNameWithoutCache()
142 std::string* entry_name) { in ParseExtractedInMemoryPath()
Dread_apk_test.cpp50 std::string entry_name; in TEST() local
Dcmd_record.cpp1542 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.cc565 std::string_view entry_name{reinterpret_cast<const char*>(file_name), file_name_length}; in ParseZipArchive() local
/system/update_engine/scripts/
Dsimulate_ota.py34 def extract_file(zip_file_path, entry_name, target_file_path): argument
/system/core/bootstat/
Dboot_event_record_store_test.cpp78 const std::string entry_name(entry->d_name); in DeleteDirectory() local
/system/core/fastboot/
Dvendor_boot_img_utils.cpp283 std::string_view entry_name(entry_name_c_str, entry_name_len); in find_unique_ramdisk() local
Dfastboot.cpp548 static bool UnzipToMemory(ZipArchiveHandle zip, const std::string& entry_name, in UnzipToMemory()
661 static unique_fd unzip_to_file(ZipArchiveHandle zip, const char* entry_name) { in unzip_to_file()