Searched refs:ReadFileContentsImpl (Results 1 – 3 of 3) sorted by relevance
18 std::optional<std::string> ReadFileContentsImpl(absl::string_view file);
54 std::optional<std::string> ReadFileContentsImpl(absl::string_view file) { in ReadFileContentsImpl() function
14 return ReadFileContentsImpl(file); in ReadFileContents()