Home
last modified time | relevance | path

Searched defs:ReadFile (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp_15_r20/external/sandboxed-api/contrib/libzip/utils/
H A Dutils_zip.cc137 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/
Dreadfile.go21 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 Dfs.go29 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 Dfile_util.cc444 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/
Dfile.go716 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 Dfile_system.go16 ReadFile(filename string) ([]byte, error) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/obscuretestdata/
Dobscuretestdata.go58 func ReadFile(name string) ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/robustio/
Drobustio.go29 func ReadFile(filename string) ([]byte, error) { func
/aosp_15_r20/external/sandboxed-api/contrib/brotli/utils/
H A Dutils_brotli.cc25 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 DFileSystem.go46 func (_m *FileSystem) ReadFile(filename string) ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ioutil/
Dioutil.go37 func ReadFile(filename string) ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/countertest/
Dcountertest.go61 func ReadFile(name string) (counters, stackCounters map[string]uint64, _ error) { func
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dgogo_data_scrubber.cc13 std::string ReadFile(const std::string& name) { in ReadFile() function
H A Dproto3_data_stripper.cc13 std::string ReadFile(const std::string& name) { in ReadFile() function
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dproto3_data_stripper.cc13 std::string ReadFile(const std::string& name) { in ReadFile() function
H A Dgogo_data_scrubber.cc13 std::string ReadFile(const std::string& name) { in ReadFile() function
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcmd_find.c38 static uint8_t *ReadFile(const char *filename, uint64_t *size) { in ReadFile() function
/aosp_15_r20/bootable/libbootloader/gbl/libelf/
H A Delf_static_relocation_checker.cpp31 std::vector<uint8_t> ReadFile(const std::string& file_name) { in ReadFile() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DPosixUtils.cpp32 static std::optional<std::string> ReadFile(int fd) { in ReadFile() function
/aosp_15_r20/system/core/trusty/test/driver/
H A Dtrusty_driver_test.py22 def ReadFile(file_path): function
/aosp_15_r20/external/cronet/net/tools/net_docs/
H A Dnet_docs.py32 def ReadFile(filename): function
/aosp_15_r20/external/tink/cc/examples/util/
H A Dutil.cc81 StatusOr<std::string> ReadFile(const std::string& filename) { in ReadFile() function
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/
H A Dfs.go59 func (r *Runfiles) ReadFile(name string) ([]byte, error) { func
/aosp_15_r20/system/core/fastboot/
H A Dsuper_flash_helper_test.cpp42 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/
Dutil.go64 func ReadFile(pass *analysis.Pass, filename string) ([]byte, *token.File, error) { func

1234567