Searched defs:DexFileDso (Results 1 – 1 of 1) sorted by relevance
465 class DexFileDso : public Dso { class467 DexFileDso(const std::string& path) : Dso(DSO_DEX_FILE, path) {} in DexFileDso() function in simpleperf::DexFileDso