Home
last modified time | relevance | path

Searched refs:SetSymFsDir (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Ddso.h38 bool SetSymFsDir(const std::string& symfs_dir);
121 static bool SetSymFsDir(const std::string& symfs_dir);
Ddso_test.cpp44 ASSERT_TRUE(finder.SetSymFsDir(tmpdir.path)); in TEST()
51 ASSERT_TRUE(finder.SetSymFsDir(GetTestDataDir())); in TEST()
Ddso.cpp54 bool DebugElfFileFinder::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir() function in simpleperf_dso_impl::DebugElfFileFinder
236 bool Dso::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir() function in Dso
237 return debug_elf_file_finder_.SetSymFsDir(symfs_dir); in SetSymFsDir()
Dcmd_debug_unwind.cpp168 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()
Dreport_lib_interface.cpp146 bool SetSymfs(const char* symfs_dir) { return Dso::SetSymFsDir(symfs_dir); } in SetSymfs()
Dcmd_report.cpp615 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()
Dcmd_record.cpp888 if (!Dso::SetSymFsDir(args[i])) { in ParseOptions()