HomeSort by relevance Sort by last modified time
    Searched full:writefile (Results 351 - 375 of 956) sorted by null

<<11121314151617181920>>

  /system/update_engine/
p2p_manager_unittest.cc 151 EXPECT_EQ(0, base::WriteFile(path, nullptr, 0));
156 EXPECT_EQ(0, base::WriteFile(path, nullptr, 0));
224 EXPECT_EQ(0, base::WriteFile(path, nullptr, 0));
229 EXPECT_EQ(0, base::WriteFile(path, nullptr, 0));
  /system/update_engine/payload_consumer/
cached_file_descriptor_unittest.cc 64 EXPECT_TRUE(utils::WriteFile(
extent_reader_unittest.cc 56 ASSERT_TRUE(utils::WriteFile(
delta_performer_unittest.cc 186 EXPECT_TRUE(utils::WriteFile(blob_path.c_str(),
251 EXPECT_TRUE(utils::WriteFile(new_part.c_str(), target_data.data(),
537 EXPECT_TRUE(utils::WriteFile(source_path.c_str(),
564 EXPECT_TRUE(utils::WriteFile(source_path.c_str(), src.data(), src.size()));
589 EXPECT_TRUE(utils::WriteFile(source_path.c_str(), actual_data.data(),
    [all...]
  /system/update_engine/payload_generator/
generate_delta_main.cc 121 CHECK(utils::WriteFile(out_hash_file.c_str(), payload_hash.data(),
124 CHECK(utils::WriteFile(out_metadata_hash_file.c_str(), metadata_hash.data(),
164 CHECK(utils::WriteFile(out_metadata_size_file.c_str(),
603 CHECK(utils::WriteFile(FLAGS_out_metadata_size_file.c_str(),
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
ApkZFileCreator.java 150 public void writeFile(@Nonnull File inputFile, @Nonnull String apkPath) throws IOException {
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
FrameworkPerfTest.java 67 .put("WriteFile",FILE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 373 WriteFile() is used to write one or more files to a firmware
389 WriteFile() is callable only from TPL_NOTIFY and below.
390 Behavior of WriteFile() at any EFI_TPL above TPL_NOTIFY is
    [all...]
  /external/devlib/devlib/utils/
ssh.py 436 Pull a file from the gem5 device using m5 writefile
439 writefile command assumes that the file is local. The file is then
440 written out to the host system using writefile, prior to being moved to
452 # writefile needs the file to be copied to be in the current
465 self._gem5_util("writefile {}".format(dest_file))
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 379 sub WriteFile { # (filename, contents)
408 WriteFile "$Prefix-sentdata.txt", $sentdata;
561 WriteFile "$Prefix-SingleSource-Performance.txt", $SSProgs;
563 WriteFile "$Prefix-MultiSource-Performance.txt", $MSProgs;
566 WriteFile "$Prefix-External-Performance.txt", $ExtProgs;
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java     [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 721 int file_size = buffer.size(); // Stupid base::WriteFile taking "int" size.
722 ASSERT_EQ(file_size, base::WriteFile(path, buffer.data(), file_size));
778 ASSERT_EQ(data_size, base::WriteFile(path, data.data(), data_size));
834 ASSERT_EQ(data_size, base::WriteFile(path, data.data(), data_size));
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 45 # define WRITEFILE(file, data, length, check)) \
46 if (WriteFile(file, data, length, &check, NULL)) check = 0
53 # define WRITEFILE(file, data, length, check) \
400 WRITEFILE((png_FILE_p)png_ptr->io_ptr, data, length, check);
427 WRITEFILE(io_ptr, near_data, length, check);
439 WRITEFILE(io_ptr, buf, written, err);
    [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 518 writeFile($Output."/diff.html", $Diff);
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 199 static int writeFile(const char *OutputName) {
490 rc = writeFile(Filename);
  /external/deqp/execserver/
xsWin32TestProcess.cpp 145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped))
149 throw Error(err, "WriteFile() failed");
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 156 WriteFile(temp_file, kProperJSON, strlen(kProperJSON)));
180 WriteFile(temp_file, kProperJSONWithCommas,
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 155 ::WriteFile(hfile_, data.data(), data_size, &bytes_written, NULL);
157 return IOErrorFromWindowsError("Failed to WriteFile: " + filename_,
  /external/tensorflow/tensorflow/examples/multibox_detector/
main.cc 145 tensorflow::ops::WriteFile file_saver = tensorflow::ops::WriteFile(
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
221 wpa_printf(MSG_INFO, "WriteFile() failed: %d", (int) GetLastError());
  /prebuilts/go/darwin-x86/test/
nosplit.go 341 if err := ioutil.WriteFile(filepath.Join(dir, "asm.s"), buf.Bytes(), 0666); err != nil {
344 if err := ioutil.WriteFile(filepath.Join(dir, "main.go"), gobuf.Bytes(), 0666); err != nil {
  /prebuilts/go/linux-x86/test/
nosplit.go 341 if err := ioutil.WriteFile(filepath.Join(dir, "asm.s"), buf.Bytes(), 0666); err != nil {
344 if err := ioutil.WriteFile(filepath.Join(dir, "main.go"), gobuf.Bytes(), 0666); err != nil {
  /build/blueprint/bpmodify/
bpmodify.go 100 err = ioutil.WriteFile(filename, res, 0644)
  /build/soong/android/
androidmk.go 140 return ioutil.WriteFile(mkFile, buf.Bytes(), 0666)
makevars.go 147 if err := ioutil.WriteFile(outFile, outBytes, 0666); err != nil {

Completed in 1518 milliseconds

<<11121314151617181920>>