HomeSort by relevance Sort by last modified time
    Searched refs:debug_file_path_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
dso.h 115 const std::string& GetDebugFilePath() const { return debug_file_path_; }
174 std::string debug_file_path_; member in class:Dso
dso.cpp 152 debug_file_path_(path),
162 // debug_file_path_.
170 debug_file_path_ = path_in_symfs;
174 debug_file_path_ = vdso_64bit_;
176 debug_file_path_ = vdso_32bit_;

Completed in 2807 milliseconds