Home
last modified time | relevance | path

Searched refs: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
901 return std::unique_ptr<Dso>(new ElfDso(dso_path, debug_path)); in CreateDso()
903 return std::unique_ptr<Dso>(new KernelDso(dso_path, debug_path)); in CreateDso()
918 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateDsoWithBuildId() local
921 return std::unique_ptr<Dso>(new ElfDso(dso_path, debug_path)); in CreateDsoWithBuildId()
923 return std::unique_ptr<Dso>(new KernelDso(dso_path, debug_path)); in CreateDsoWithBuildId()
925 return std::unique_ptr<Dso>(new KernelModuleDso(dso_path, debug_path, 0, 0, nullptr)); in CreateDsoWithBuildId()
935 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateKernelModuleDso() local
937 new KernelModuleDso(dso_path, debug_path, memory_start, memory_end, kernel_dso)); in CreateKernelModuleDso()
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c153 char debug_path[MAX_PATHNAME_LENGTH + 1]; member
254 if (jq && jq->debug_path[0]) { in _stream_dbg_start_job()
256 snprintf(filename, MAX_PATHNAME_LENGTH, "%s/jobstream.%s", jq->debug_path, ext); in _stream_dbg_start_job()
308 if (jq && jq->debug_path[0]) { in _stream_dbg_start_page()
313 snprintf(buff.filename, MAX_PATHNAME_LENGTH, "%s/page%4.4d.ppm", jq->debug_path, in _stream_dbg_start_page()
339 return (jq->debug_path[0] == 0) ? NULL : &_debug_stream_ifc; in getDebugStreamIfc()
489 jq->debug_path[0] = 0; in _recycle_handle()
1885 strncpy(jq->debug_path, debugDir, MAX_PATHNAME_LENGTH); in wprintStartJob()
1886 jq->debug_path[MAX_PATHNAME_LENGTH] = 0; in wprintStartJob()