Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp315 const std::string& sample_frames_path = samples_.at(sample_name).frame_info_filepath; in GetExpectedNumFrames() local
316 if (!std::filesystem::exists(sample_frames_path)) { in GetExpectedNumFrames()
318 err_stream << "Offline files directory '" << sample_frames_path << "' does not exist."; in GetExpectedNumFrames()
323 std::ifstream in(sample_frames_path); in GetExpectedNumFrames()