Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_apk.cpp37 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) { in FindElfInApkByOffset()
51 uint64_t file_offset) { in FindElfInApkByOffsetWithoutCache()
Dread_elf.cpp146 static BinaryRet OpenObjectFile(const std::string& filename, uint64_t file_offset = 0, in OpenObjectFile()
192 bool GetBuildIdFromEmbeddedElfFile(const std::string& filename, uint64_t file_offset, in GetBuildIdFromEmbeddedElfFile()
294 bool ParseSymbolsFromEmbeddedElfFile(const std::string& filename, uint64_t file_offset, in ParseSymbolsFromEmbeddedElfFile()
/system/core/libsparse/
Dsparse.c68 const char *filename, int64_t file_offset, unsigned int len, in sparse_file_add_file()
76 int fd, int64_t file_offset, unsigned int len, unsigned int block) in sparse_file_add_fd()
/system/update_engine/payload_consumer/
Ddownload_action.cc121 off_t file_offset) { in WriteToP2PFile()
/system/core/libbacktrace/
DBacktraceOffline.h53 uint64_t file_offset; member
DBacktraceOffline.cpp216 uint64_t file_offset, uint64_t* vaddr) { in FileOffsetToVaddr()