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 | 1743   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 | 644 static void ZipArchiveStreamTest(ZipArchiveHandle& handle, const std::string& entry_name, bool raw,  in ZipArchiveStreamTest() 673                                               const std::string& entry_name,  in ZipArchiveStreamTestUsingContents() 689                                             const std::string& entry_name) {  in ZipArchiveStreamTestUsingMemory()
  | 
| D | zip_archive.cc | 630     std::string_view entry_name{reinterpret_cast<const char*>(ptr + sizeof(*cdr)),  in ParseZipArchive()  local
  | 
| /system/update_engine/scripts/ | 
| D | simulate_ota.py | 33 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 | 287         std::string_view entry_name(entry_name_c_str, entry_name_len);  in find_unique_ramdisk()  local
  | 
| D | fastboot.cpp | 702 static bool UnzipToMemory(ZipArchiveHandle zip, const std::string& entry_name,  in UnzipToMemory() 776 static unique_fd unzip_to_file(ZipArchiveHandle zip, const char* entry_name) {  in unzip_to_file()
  |