Lines Matching refs:debug_file_path
316 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso() argument
319 debug_file_path_(debug_file_path), in Dso()
422 ElfStatus result, const std::string& path, const std::string& debug_file_path, in ReportReadElfSymbolResult() argument
425 LOG(VERBOSE) << "Read symbols from " << debug_file_path << " successfully"; in ReportReadElfSymbolResult()
432 LOG(warning_loglevel) << debug_file_path << " doesn't contain symbol table"; in ReportReadElfSymbolResult()
434 LOG(warning_loglevel) << "failed to read symbols from " << debug_file_path << ": " << result; in ReportReadElfSymbolResult()
451 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() argument
452 : Dso(DSO_DEX_FILE, path, debug_file_path) {} in DexFileDso()
504 ElfDso(const std::string& path, const std::string& debug_file_path) in ElfDso() argument
505 : Dso(DSO_ELF_FILE, path, debug_file_path) {} in ElfDso()
609 KernelDso(const std::string& path, const std::string& debug_file_path) in KernelDso() argument
610 : Dso(DSO_KERNEL, path, debug_file_path) { in KernelDso()
771 KernelModuleDso(const std::string& path, const std::string& debug_file_path, in KernelModuleDso() argument
773 : Dso(DSO_KERNEL_MODULE, path, debug_file_path), in KernelModuleDso()