Searched refs:LocalBinaryIndexer (Results 1 – 3 of 3) sorted by relevance
56 class LocalBinaryIndexer : public BinaryFinder {58 explicit LocalBinaryIndexer(std::vector<std::string> roots);62 ~LocalBinaryIndexer() override;
56 finder.reset(new LocalBinaryIndexer(std::move(binary_path))); in LocalSymbolizerOrDie()638 LocalBinaryIndexer::LocalBinaryIndexer(std::vector<std::string> roots) in LocalBinaryIndexer() function in perfetto::profiling::LocalBinaryIndexer641 std::optional<FoundBinary> LocalBinaryIndexer::FindBinary( in FindBinary()652 LocalBinaryIndexer::~LocalBinaryIndexer() = default;
117 LocalBinaryIndexer indexer({tmp.path() + "/dir1", tmp.path() + "/dir2"}); in TEST()164 LocalBinaryIndexer indexer({tmp.AbsolutePath("sym")}); in TEST()198 LocalBinaryIndexer indexer({tmp.AbsolutePath("main")}); in TEST()