Searched defs:entry_name (Results 1 – 11 of 11) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.h | 36 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
|
D | read_apk.cpp | 57 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()
|
D | read_apk_test.cpp | 50 std::string entry_name; in TEST() local
|
D | cmd_record.cpp | 1542 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 | 565 std::string_view entry_name{reinterpret_cast<const char*>(file_name), file_name_length}; in ParseZipArchive() local
|
/system/update_engine/scripts/ |
D | simulate_ota.py | 34 def extract_file(zip_file_path, entry_name, target_file_path): argument
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 78 const std::string entry_name(entry->d_name); in DeleteDirectory() local
|
/system/core/fastboot/ |
D | vendor_boot_img_utils.cpp | 283 std::string_view entry_name(entry_name_c_str, entry_name_len); in find_unique_ramdisk() local
|
D | fastboot.cpp | 548 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()
|