Searched refs:file_name_opt (Results 1 – 1 of 1) sorted by relevance
214 std::optional<std::string_view> file_name_opt = GetFilePath(path_id); in ReadAhead() local215 DCHECK(file_name_opt.has_value()); // if one map has it, all maps have it. in ReadAhead()216 std::string_view file_name = *file_name_opt; in ReadAhead()