HomeSort by relevance Sort by last modified time
    Searched refs:ReadFile (Results 51 - 75 of 558) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/doc/articles/wiki/
part1.go 24 body, err := ioutil.ReadFile(filename)
part2.go 26 body, err := ioutil.ReadFile(filename)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_plan9.go 27 data, err := ioutil.ReadFile(file)
root_unix.go 48 data, err := ioutil.ReadFile(file)
73 data, err := ioutil.ReadFile(directory + "/" + fi.Name())
  /test/vts/utils/python/archive/
archive_parser.py 96 self.ReadFile()
98 def ReadFile(self):
  /external/libtextclassifier/
text-classifier_test.cc 49 std::string ReadFile(const std::string& file_name) {
114 const std::string test_model = ReadFile(GetModelPath() + GetParam());
135 const std::string test_model = ReadFile(GetModelPath() + GetParam());
158 const std::string test_model = ReadFile(GetModelPath() + GetParam());
212 const std::string test_model = ReadFile(GetModelPath() + GetParam());
262 const std::string test_model = ReadFile(GetModelPath() + GetParam());
296 const std::string test_model = ReadFile(GetModelPath() + GetParam());
329 const std::string test_model = ReadFile(GetModelPath() + GetParam());
362 const std::string test_model = ReadFile(GetModelPath() + GetParam());
456 const std::string test_model = ReadFile(GetModelPath() + GetParam())
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
IntelBdsPlatformCommon.c 84 Status = Fv->ReadFile (
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.h 47 EFI_SHELL_READ_FILE ReadFile;
  /external/bsdiff/
test_utils.h 31 bool ReadFile(const std::string& path, std::vector<uint8_t>* out);
test_utils.cc 64 bool ReadFile(const std::string& path, vector<uint8_t>* out) {
104 if (!ReadFile(filename, &contents))
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_monitor.py 104 mem_info = device.ReadFile('/proc/meminfo')
138 sensor_name = device.ReadFile(f).strip()
139 temp = float(device.ReadFile(f[:-4] + 'temp').strip()) # s/type^/temp
146 uptimes = device.ReadFile('/proc/uptime').split()
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 97 ReadFile = _stdcall_libraries['kernel32'].ReadFile
98 ReadFile.restype = BOOL
99 ReadFile.argtypes = [HANDLE, LPVOID, DWORD, LPDWORD, LPOVERLAPPED]
309 'EV_BREAK', 'EVENPARITY', 'LPCVOID', 'COMSTAT', 'ReadFile',
  /external/libchrome/base/
PRESUBMIT.py 21 contents = input_api.ReadFile(f)
  /external/perf_data_converter/src/quipper/
perf_protobuf_io.cc 24 if (!reader.ReadFile(filename)) return false;
  /external/tensorflow/tensorflow/go/genop/
main.go 47 hdr, err := ioutil.ReadFile(*header)
  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 110 (VbKeyBlockHeader *) ReadFile(keyblock_file, &key_block_size);
129 fv_data = ReadFile(fv_file, &fv_size);
202 blob = ReadFile(infile, &blob_size);
209 fv_data = ReadFile(fv_file, &fv_size);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_unix.go 48 data, err := ioutil.ReadFile(file)
73 data, err := ioutil.ReadFile(directory + "/" + fi.Name())
  /prebuilts/ndk/r16/sources/android/ndk_helper/
JNIHelper.h 102 bool ReadFile( const char* file_name,
  /system/core/init/
util.h 44 Result<std::string> ReadFile(const std::string& path);
  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 81 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
136 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
178 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &result_file));
221 EXPECT_TRUE(utils::ReadFile(temp_file_.path(), &resultant_data));
file_writer_unittest.cc 49 EXPECT_TRUE(utils::ReadFile(path, &actual_data));
  /prebuilts/go/darwin-x86/src/cmd/go/
note_test.go 24 id, err := buildid.ReadFile(tg.path("hello.exe"))
42 id, err = buildid.ReadFile(tg.path("hello2.exe"))
64 id, err = buildid.ReadFile(tg.path("hello3.exe"))
  /prebuilts/go/linux-x86/src/cmd/go/
note_test.go 24 id, err := buildid.ReadFile(tg.path("hello.exe"))
42 id, err = buildid.ReadFile(tg.path("hello2.exe"))
64 id, err = buildid.ReadFile(tg.path("hello3.exe"))
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 82 res = is_read ? ReadFile(usb_handle(),
155 ReadFile(usb_handle(), buffer, bytes_to_transfer, bytes_transferred, &overlapped) :

Completed in 558 milliseconds

1 23 4 5 6 7 8 91011>>