Searched refs:SetSymFsDir (Results 1 – 7 of 7) sorted by relevance
38 bool SetSymFsDir(const std::string& symfs_dir);121 static bool SetSymFsDir(const std::string& symfs_dir);
44 ASSERT_TRUE(finder.SetSymFsDir(tmpdir.path)); in TEST()51 ASSERT_TRUE(finder.SetSymFsDir(GetTestDataDir())); in TEST()
54 bool DebugElfFileFinder::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir() function in simpleperf_dso_impl::DebugElfFileFinder236 bool Dso::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir() function in Dso237 return debug_elf_file_finder_.SetSymFsDir(symfs_dir); in SetSymFsDir()
168 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()
146 bool SetSymfs(const char* symfs_dir) { return Dso::SetSymFsDir(symfs_dir); } in SetSymfs()
615 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()
888 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()