Home
last modified time | relevance | path

Searched refs:symfs_dir_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.cpp55 std::string Dso::symfs_dir_; member in Dso
105 symfs_dir_ = dirname; in SetSymFsDir()
156 return symfs_dir_ + path_; in GetAccessiblePath()
287 symfs_dir_ + path_, build_id, in LoadKernelModule()
300 if (symfs_dir_.empty()) { in LoadElfFile()
Ddso.h86 static std::string symfs_dir_; member