Searched refs:ReportGetBuildId (Results 1 – 6 of 6) sorted by relevance
29 libhiperf_report.ReportGetBuildId.restype = c_char_p64 ret = libhiperf_report.ReportGetBuildId(b'elf32_test')67 ret = libhiperf_report.ReportGetBuildId(b'elf32_test_stripped_nobuildid')
88 my_lib.ReportGetBuildId.restype = c_char_p89 ret = my_lib.ReportGetBuildId(elf_path.encode())
88 DLL_EXPORT const char *CDECL ReportGetBuildId(const char *elfPath);
33 ReportGetBuildId(dataPtr); in FuzzLibReport()
436 const char *result = ReportGetBuildId(TEST_ELF32);443 const char *result = ReportGetBuildId(TEST_ELF64);450 const char *result = ReportGetBuildId("");457 const char *result = ReportGetBuildId(TEST_ELF_BROKEN);464 const char *result = ReportGetBuildId(ILLEGAL_PATH);
152 const char *ReportGetBuildId(const char *elfPath) in ReportGetBuildId() function