Home
last modified time | relevance | path

Searched defs:debug_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Ddso.cpp898 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id); in CreateDso() local
918 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateDsoWithBuildId() local
935 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateKernelModuleDso() local
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c153 char debug_path[MAX_PATHNAME_LENGTH + 1]; member