HomeSort by relevance Sort by last modified time
    Searched refs:GetBuildIdFromNoteSection (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
read_elf.h 80 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id);
read_elf_test.cpp 33 TEST(read_elf, GetBuildIdFromNoteSection) {
37 ASSERT_FALSE(GetBuildIdFromNoteSection(data.data(), 0, &build_id));
58 ASSERT_TRUE(GetBuildIdFromNoteSection(start, p - start, &build_id));
read_elf.cpp 102 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) {
137 if (!GetBuildIdFromNoteSection(content.c_str(), content.size(), build_id)) {
152 if (GetBuildIdFromNoteSection(data.data(), data.size(), build_id)) {

Completed in 3668 milliseconds