/aosp_15_r20/external/sandboxed-api/contrib/libzip/utils/ |
H A D | utils_zip.cc | 137 absl::StatusOr<std::vector<uint8_t>> LibZip::ReadFile( in ReadFile() function in LibZip 156 absl::StatusOr<std::vector<uint8_t>> LibZip::ReadFile( in ReadFile() function in LibZip 182 absl::StatusOr<std::vector<uint8_t>> LibZip::ReadFile(uint64_t index) { in ReadFile() function in LibZip
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/ |
D | readfile.go | 21 ReadFile(name string) ([]byte, error) methodSpec 32 func ReadFile(fsys FS, name string) ([]byte, error) { func
|
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/ |
H A D | fs.go | 29 ReadFile(path string) ([]byte, error) methodSpec 37 func (osFS) ReadFile(path string) ([]byte, error) { return os.ReadFile(path) } func
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util.cc | 444 std::optional<uint64_t> ReadFile(const FilePath& filename, in ReadFile() function 449 int ReadFile(const FilePath& filename, char* data, int max_size) { in ReadFile() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | file.go | 716 func (dir dirFS) ReadFile(name string) ([]byte, error) { func 783 func ReadFile(name string) ([]byte, error) { func
|
/aosp_15_r20/external/skia/bazel/exporter/interfaces/ |
H A D | file_system.go | 16 ReadFile(filename string) ([]byte, error) methodSpec
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/obscuretestdata/ |
D | obscuretestdata.go | 58 func ReadFile(name string) ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/robustio/ |
D | robustio.go | 29 func ReadFile(filename string) ([]byte, error) { func
|
/aosp_15_r20/external/sandboxed-api/contrib/brotli/utils/ |
H A D | utils_brotli.cc | 25 absl::StatusOr<std::vector<uint8_t>> ReadFile(const std::string& in_file_s) { in ReadFile() function
|
/aosp_15_r20/external/skia/bazel/exporter/interfaces/mocks/ |
H A D | FileSystem.go | 46 func (_m *FileSystem) ReadFile(filename string) ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ioutil/ |
D | ioutil.go | 37 func ReadFile(filename string) ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/countertest/ |
D | countertest.go | 61 func ReadFile(name string) (counters, stackCounters map[string]uint64, _ error) { func
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/ |
H A D | gogo_data_scrubber.cc | 13 std::string ReadFile(const std::string& name) { in ReadFile() function
|
H A D | proto3_data_stripper.cc | 13 std::string ReadFile(const std::string& name) { in ReadFile() function
|
/aosp_15_r20/external/protobuf/benchmarks/util/ |
H A D | proto3_data_stripper.cc | 13 std::string ReadFile(const std::string& name) { in ReadFile() function
|
H A D | gogo_data_scrubber.cc | 13 std::string ReadFile(const std::string& name) { in ReadFile() function
|
/aosp_15_r20/external/vboot_reference/cgpt/ |
H A D | cmd_find.c | 38 static uint8_t *ReadFile(const char *filename, uint64_t *size) { in ReadFile() function
|
/aosp_15_r20/bootable/libbootloader/gbl/libelf/ |
H A D | elf_static_relocation_checker.cpp | 31 std::vector<uint8_t> ReadFile(const std::string& file_name) { in ReadFile() function
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | PosixUtils.cpp | 32 static std::optional<std::string> ReadFile(int fd) { in ReadFile() function
|
/aosp_15_r20/system/core/trusty/test/driver/ |
H A D | trusty_driver_test.py | 22 def ReadFile(file_path): function
|
/aosp_15_r20/external/cronet/net/tools/net_docs/ |
H A D | net_docs.py | 32 def ReadFile(filename): function
|
/aosp_15_r20/external/tink/cc/examples/util/ |
H A D | util.cc | 81 StatusOr<std::string> ReadFile(const std::string& filename) { in ReadFile() function
|
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/ |
H A D | fs.go | 59 func (r *Runfiles) ReadFile(name string) ([]byte, error) { func
|
/aosp_15_r20/system/core/fastboot/ |
H A D | super_flash_helper_test.cpp | 42 bool ReadFile(const std::string&, std::vector<char>*) const override { in ReadFile() function in TestImageSource
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/internal/analysisutil/ |
D | util.go | 64 func ReadFile(pass *analysis.Pass, filename string) ([]byte, *token.File, error) { func
|