Home
last modified time | relevance | path

Searched refs:file_name_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.h116 const std::string& FileName() const { return file_name_; } in FileName()
175 std::string file_name_; variable
Ddso.cpp180 file_name_ = path.substr(pos + 1); in Dso()
182 file_name_ = path; in Dso()