HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 426 - 450 of 1197) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 169 Status = Fv->ReadFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 185 Status = Fv2->ReadFile (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 109 @retval EFI_ABORTED Abort the ReadFile operation and return.
765 The ReadFile() function is used to initialize and start an MTFTPv4 download
890 The only difference between ReadFile and ReadDirectory is the opcode used.
    [all...]
  /external/boringssl/src/util/
convert_comments.go 250 in, err := ioutil.ReadFile(arg)
  /external/cros/system_api/dbus/smbprovider/
directory_entry.proto 103 // Used for passing inputs into SmbProvider.ReadFile().
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 190 source = utils.ReadFile(filename)
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 209 source = utils.ReadFile(filename)
  /external/perfetto/src/ftrace_reader/
ftrace_procfs.cc 238 if (!base::ReadFile(path, &str))
  /external/skia/src/ports/
SkOSFile_win.cpp 148 if (ReadFile(fileHandle, buffer, static_cast<DWORD>(count), &bytesRead, &overlapped)) {
  /external/tensorflow/tensorflow/core/ops/
io_ops_test.cc 138 for (const char* op_name : {"ReadFile"}) {
  /external/testng/src/main/java/org/testng/reporters/
JqReporter.java 40 all = Files.readFile(new File("/Users/cedric/java/misc/jquery/head"));
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 209 source = utils.ReadFile(filename)
  /external/v8/tools/
ic-processor.js 12 function readFile(fileName) {
  /external/vboot_reference/utility/
load_kernel_test.c 150 key_blob = ReadFile(argv[optind+1], &key_size);
  /external/wpa_supplicant_8/hs20/server/www/
est.php 93 readfile("$osu_root/est/est-attrs.b64");
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 199 Module *m = Deserialize<Module>(readFile<uint32_t>(fullPath.c_str()));
pass_queue_test.cpp 89 return readFile<uint32_t>(fullPath);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 166 WINBASEAPI WINBOOL WINAPI ReadFile (HANDLE hFile, LPVOID lpBuffer, DWORD nNumberOfBytesToRead, LPDWORD lpNumberOfBytesRead, LPOVERLAPPED lpOverlapped);
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 40 src, err := ioutil.ReadFile(file)
  /prebuilts/go/darwin-x86/src/cmd/dist/
imports.go 220 r := &importReader{b: bufio.NewReader(strings.NewReader(readfile(file)))}
  /prebuilts/go/darwin-x86/src/cmd/go/internal/bug/
bug.go 102 out, err := ioutil.ReadFile("/etc/release")
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
buildid.go 344 id, err := buildid.ReadFile(file)
401 buildID, err = buildid.ReadFile(target)
424 buildID, err := buildid.ReadFile(target)
498 buildID, err2 := buildid.ReadFile(file)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 76 gold, err := ioutil.ReadFile(tc.want)
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 25 b, err := ioutil.ReadFile(f)
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 98 b0, err = ioutil.ReadFile(fn)

Completed in 1429 milliseconds

<<11121314151617181920>>