Searched refs:dso_path (Results 1 - 1 of 1) sorted by relevance

/external/perf_data_converter/src/quipper/
H A Dperf_parser.cc308 bool ReadElfBuildIdIfSameInode(const string& dso_path, const DSOInfo& dso, argument
310 int fd = open(dso_path.c_str(), O_RDONLY);
313 if (errno != ENOENT) LOG(ERROR) << "Failed to open ELF file: " << dso_path;
349 string dso_path = dso_path_stream.str(); local
350 if (ReadElfBuildIdIfSameInode(dso_path, dso_info, &buildid_bin)) {

Completed in 286 milliseconds