Home
last modified time | relevance | path

Searched defs:read_file_to_string (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/
H A Dtest_utils.py4 def read_file_to_string(file_path: str) -> str: function
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/
H A Drebase-errors.py46 def read_file_to_string(path): function
/aosp_15_r20/external/cronet/net/data/verify_certificate_chain_unittest/
H A Drebase-errors.py46 def read_file_to_string(path): function
/aosp_15_r20/external/cronet/net/data/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py26 def read_file_to_string(path): function
H A Drebase-errors.py66 def read_file_to_string(path): function
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/
H A Dregenerate_pem_from_ascii.py26 def read_file_to_string(path): function
H A Drebase-errors.py59 def read_file_to_string(path): function
/aosp_15_r20/external/cronet/net/tools/
H A Dprint_certificates.py19 def read_file_to_string(path): function
/aosp_15_r20/external/cronet/net/data/gencerts/
H A D__init__.py527 def read_file_to_string(path): function
/aosp_15_r20/external/libconfig/tests/
H A Dtests.c110 static const char *read_file_to_string(const char *file) in read_file_to_string() function
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io.py332 def read_file_to_string(filename, binary_mode=False): function