Searched defs:debug_path (Results 1 – 2 of 2) sorted by relevance
898 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id); in CreateDso() local918 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateDsoWithBuildId() local935 std::string debug_path = debug_elf_file_finder_.FindDebugFile(dso_path, false, build_id); in CreateKernelModuleDso() local
153 char debug_path[MAX_PATHNAME_LENGTH + 1]; member