OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBuildIdFromEmbeddedElfFile
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
read_elf_test.cpp
30
TEST(read_elf,
GetBuildIdFromEmbeddedElfFile
) {
32
ASSERT_TRUE(
GetBuildIdFromEmbeddedElfFile
(GetTestData(APK_FILE), NATIVELIB_OFFSET_IN_APK,
read_elf.h
26
bool
GetBuildIdFromEmbeddedElfFile
(const std::string& filename, uint64_t file_offset,
read_elf.cpp
187
bool result =
GetBuildIdFromEmbeddedElfFile
(filename, 0, 0, build_id);
192
bool
GetBuildIdFromEmbeddedElfFile
(const std::string& filename, uint64_t file_offset,
read_apk.cpp
179
return
GetBuildIdFromEmbeddedElfFile
(apk_path, ee->entry_offset(), ee->entry_size(), build_id);
Completed in 2641 milliseconds