HomeSort by relevance Sort by last modified time
    Searched defs:ReadFile (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /external/googletest/googlemock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /test/vts/drivers/libdrivercomm/
VtsDriverFileUtil.cpp 28 string ReadFile(const string& file_path) {
  /external/perfetto/src/base/
file_utils.cc 30 bool ReadFile(const std::string& path, std::string* out) {
  /external/vboot_reference/cgpt/
cmd_find.c 37 static uint8_t *ReadFile(const char *filename, uint64_t *size) {
118 params.matchbuf = ReadFile(optarg, &params.matchlen);
  /kernel/tests/devicetree/early_mount/
dt_early_mount_test.py 32 def ReadFile(file_path):
74 compatible = ReadFile(os.path.join(self._fstab_dt_dir, 'compatible'))
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 21 static char* ReadFile(const char* filename, size_t& length) {
63 char* json = ReadFile(filename, length);
84 char* json = ReadFile(filename, length);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.h 47 EFI_SHELL_READ_FILE ReadFile;
  /external/google-breakpad/src/common/tests/
file_utils.cc 99 bool ReadFile(const char* path, void* buffer, ssize_t* buffer_size) {
  /external/google-breakpad/src/processor/
microdump_processor_unittest.cc 62 void ReadFile(const string& file_name, string* file_contents) {
94 ReadFile(microdump_file_path, &microdump_contents);
  /external/perfetto/tools/
install-build-deps 192 def ReadFile(path):
225 return ReadFile(os.path.join(path, '.git', 'HEAD')) == revision
261 (is_zip and ReadFile(zip_dir_stamp) == expected_sha1)):
  /external/protobuf/benchmarks/
generate_datasets.cc 98 std::string ReadFile(const std::string& name) {
110 ReadFile("google_message1.dat"));
112 ReadFile("google_message1.dat"));
116 ReadFile("google_message2.dat"));
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 366 sub ReadFile {
551 $ProgramsTable = ReadFile "report.nightly.csv";
587 my $All = (ReadFile "$Prefix-Tests.txt");
740 $ConfigureLogData = ReadFile $ConfigureLog;
741 $BuildLogData = ReadFile $BuildLog;
742 $CheckoutLogData = ReadFile $COLog;
  /external/vboot_reference/host/lib/
host_misc.c 27 uint8_t* ReadFile(const char* filename, uint64_t* sizeptr) {
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid.go 30 // ReadFile reads the build ID from an archive or executable file.
31 func ReadFile(name string) (id string, err error) {
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 48 // ReadFile reads the file named by filename and returns the contents.
49 // A successful call returns err == nil, not err == EOF. Because ReadFile
52 func ReadFile(filename string) ([]byte, error) {
  /prebuilts/go/darwin-x86/src/time/
export_test.go 36 ReadFile = readFile
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid.go 30 // ReadFile reads the build ID from an archive or executable file.
31 func ReadFile(name string) (id string, err error) {
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 48 // ReadFile reads the file named by filename and returns the contents.
49 // A successful call returns err == nil, not err == EOF. Because ReadFile
52 func ReadFile(filename string) ([]byte, error) {
  /prebuilts/go/linux-x86/src/time/
export_test.go 36 ReadFile = readFile
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 69 bool ReadFile(const std::string& input_file_name,
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.cc 43 ssize_t ReadFile(const char* path, char* buf, size_t length) {
65 ssize_t rsize = ReadFile(path, buf, length);
82 return ReadFile(proc_path, buf, length);
  /test/vts/utils/python/archive/
archive_parser.py 96 self.ReadFile()
98 def ReadFile(self):
  /external/bsdiff/
test_utils.cc 64 bool ReadFile(const std::string& path, vector<uint8_t>* out) {
104 if (!ReadFile(filename, &contents))

Completed in 1225 milliseconds

1 2 3 4