Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Ddso_test.cpp145 std::string debug_file = finder.FindDebugFile(ELF_FILE, false, mismatch_build_id); in TEST() local
148 ASSERT_EQ(debug_file, ELF_FILE); in TEST()
/aosp12/system/bt/tools/scripts/
H A Ddump_hearingaid_audio.py378 with open(debug_file_name, "wb+") as debug_file:
379 debug_file.write(data[DEBUG_DATA])