Home
last modified time | relevance | path

Searched refs:testdata_section (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dgtest_main.cpp37 static const std::string testdata_section = ".testzipdata"; variable
45 if (!ReadSectionFromElfFile("/proc/self/exe", testdata_section, &content)) { in ExtractTestDataFromElfSection()
46 LOG(ERROR) << "failed to read section " << testdata_section; in ExtractTestDataFromElfSection()