Home
last modified time | relevance | path

Searched defs:ReadFileContents (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_file_utils.cc13 std::optional<std::string> ReadFileContents(absl::string_view file) { in ReadFileContents() function
H A Dquiche_file_utils_test.cc18 TEST(QuicheFileUtilsTest, ReadFileContents) { in TEST() argument
/aosp_15_r20/external/cronet/components/cronet/tools/generators/
H A Dcronet_bindings_generator.py141 def ReadFileContents(filename): function
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/
H A Dmojom_bindings_generator.py136 def ReadFileContents(filename): function
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp465 Result<std::string> ReadFileContents(const std::string& filepath) { in ReadFileContents() function