Lines Matching refs:filePath_
123 symboleFilePath = filePath_; in FindSymbolFile()
178 HLOGW("elf found failed (belong to %s)", filePath_.c_str()); in LoadSymbols()
220 HLOGEP("read at %" PRIx64 " failed for %s", addr, filePath_.c_str()); in ReadRoMemory()
348 HLOGW("elf found failed (belong to %s)", filePath_.c_str()); in LoadDebugInfo()
617 filePath_); in ReadSymTab()
662 symbolsTable.emplace_back(shdr->secVaddr_, shdr->secSize_, name, name, filePath_); in AddSectionAsSymbol()
732 elfPath = filePath_; in LoadElfFile()
930 symbols_.emplace_back(addr, name, module.empty() ? filePath_ : module); in ParseKallsymsLine()
1065 if (module_ == filePath_ and onRecording_) { in LoadSymbols()
1075 filePath_ = koPath; in LoadSymbols()
1082 HLOGV("we have file path, load with %s", filePath_.c_str()); in LoadSymbols()
1083 return ElfFileSymbols::LoadSymbols(filePath_); in LoadSymbols()
1099 HLOGD("kerne module %s(%s) build id %s", module_.c_str(), filePath_.c_str(), in LoadBuildId()
1297 filePath_.c_str(), symbols_.size()); in GetSymbolWithVaddr()
1336 auto symbolsFile = CreateSymbolsFile(symbolFileStruct.filePath_); in LoadSymbolsFromSaved()
1337 symbolsFile->filePath_ = symbolFileStruct.filePath_; in LoadSymbolsFromSaved()
1344 symbolStruct.symbolName_, symbolFileStruct.filePath_); in LoadSymbolsFromSaved()
1349 symbolsFile->filePath_.c_str()); in LoadSymbolsFromSaved()
1355 symbolFileStruct.filePath_ = filePath_; in ExportSymbolToFileFormat()
1372 filePath_.c_str()); in ExportSymbolToFileFormat()