Searched refs:symfs_dir_ (Results 1 – 2 of 2) sorted by relevance
59 symfs_dir_.clear(); in Reset()64 symfs_dir_ = RemovePathSeparatorSuffix(symfs_dir); in SetSymFsDir()65 if (!IsDir(symfs_dir_)) { in SetSymFsDir()66 LOG(ERROR) << "Invalid symfs_dir '" << symfs_dir_ << "'"; in SetSymFsDir()69 std::string build_id_list_file = symfs_dir_ + OS_PATH_SEPARATOR + "build_id_list"; in SetSymFsDir()75 build_id_to_file_map_[items[0]] = symfs_dir_ + OS_PATH_SEPARATOR + items[1]; in SetSymFsDir()162 if (!symfs_dir_.empty()) { in FindDebugFile()169 path = symfs_dir_ + OS_PATH_SEPARATOR + android::base::Basename(dso_path); in FindDebugFile()185 return symfs_dir_ + path; in GetPathInSymFsDir()187 return symfs_dir_ + OS_PATH_SEPARATOR + path; in GetPathInSymFsDir()
53 std::string symfs_dir_; variable