Searched refs:symfs_dir_ (Results 1 – 2 of 2) sorted by relevance
50 symfs_dir_.clear(); in Reset()55 symfs_dir_ = RemovePathSeparatorSuffix(symfs_dir); in SetSymFsDir()56 if (!IsDir(symfs_dir_)) { in SetSymFsDir()57 LOG(ERROR) << "Invalid symfs_dir '" << symfs_dir_ << "'"; in SetSymFsDir()60 std::string build_id_list_file = symfs_dir_ + OS_PATH_SEPARATOR + "build_id_list"; in SetSymFsDir()66 build_id_to_file_map_[items[0]] = symfs_dir_ + OS_PATH_SEPARATOR + items[1]; in SetSymFsDir()136 if (!symfs_dir_.empty()) { in FindDebugFile()153 return symfs_dir_ + path; in GetPathInSymFsDir()155 return symfs_dir_ + OS_PATH_SEPARATOR + path; in GetPathInSymFsDir()
51 std::string symfs_dir_; variable