Searched defs:DsoType (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Ddso.h77 enum DsoType { enum
105 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path,
110 DsoType type() const { return type_; }
159 Dso(DsoType type, const std::string& path, bool force_64bit);
169 const DsoType type_;
189 const char* DsoTypeToString(DsoType dso_type);

Completed in 549 milliseconds