Lines Matching refs:GetDebugFilePath
570 const std::string& debug_file_path = GetDebugFilePath(); in LoadSymbolsImpl()
638 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in GetMinExecutableVaddr()
644 LOG(DEBUG) << "failed to read min virtual address of " << GetDebugFilePath() << ": " in GetMinExecutableVaddr()
703 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl()
717 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), log_level); in LoadSymbolsImpl()
788 auto elf = ElfFile::Open(GetDebugFilePath(), &status); in ReadSymbolsFromDebugFile()
796 << GetDebugFilePath() << " are not used"; in ReadSymbolsFromDebugFile()
810 ReportReadElfSymbolResult(status, path_, GetDebugFilePath()); in ReadSymbolsFromDebugFile()
874 if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) { in ParseKernelStartAddr()
935 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl()
940 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), android::base::DEBUG); in LoadSymbolsImpl()
961 if (!IsRegularFile(GetDebugFilePath())) { in CalculateMinVaddr()