| /prebuilts/go/linux-x86/src/math/bits/ |
| make_tables.go | 43 err = ioutil.WriteFile("bits_tables.go", out, 0666)
|
| /prebuilts/go/linux-x86/test/fixedbugs/ |
| issue11771.go | 51 if err := ioutil.WriteFile(filepath.Join(dir, "x.go"), buf.Bytes(), 0666); err != nil {
|
| issue16037_run.go | 62 if err := ioutil.WriteFile(path, buf.Bytes(), 0664); err != nil {
|
| /system/core/init/ |
| init_test.cpp | 165 // WriteFile() ensures the right mode is set 166 ASSERT_TRUE(WriteFile(std::string(dir.path) + "/a.rc", dir_a_script)); 168 ASSERT_TRUE(WriteFile(std::string(dir.path) + "/b.rc", "on boot\nexecute 5"));
|
| persistent_properties_test.cpp | 140 ASSERT_TRUE(WriteFile(tf.path, "ab"));
|
| /system/update_engine/common/ |
| utils_unittest.cc | 56 EXPECT_FALSE(utils::WriteFile("/this/doesn't/exist", "hello", 5)); 63 EXPECT_TRUE(utils::WriteFile(file.value().c_str(), "hello", 5)); 84 EXPECT_TRUE(utils::WriteFile(file.value().c_str(), data.data(), data.size())); 104 EXPECT_TRUE(utils::WriteFile(temp_file.c_str(), "", 0)); 207 ASSERT_TRUE(utils::WriteFile(file.path().c_str(),
|
| /system/update_engine/payload_consumer/ |
| delta_performer_integration_test.cc | 358 EXPECT_TRUE(utils::WriteFile(base::StringPrintf("%s/hardtocompress", 365 base::WriteFile(base::FilePath(base::StringPrintf( 380 EXPECT_TRUE(utils::WriteFile(base::StringPrintf("%s/ones", 394 EXPECT_TRUE(utils::WriteFile(state->result_img.c_str(), 417 EXPECT_EQ(0, base::WriteFile(mnt_path.Append("emptyfile"), "", 0)); 426 base::WriteFile(mnt_path.Append("move-from-sparse"), 448 EXPECT_TRUE(utils::WriteFile(base::StringPrintf("%s/hardtocompress", 486 EXPECT_TRUE(utils::WriteFile(state->old_kernel.c_str(), 489 EXPECT_TRUE(utils::WriteFile(state->new_kernel.c_str(), 492 EXPECT_TRUE(utils::WriteFile(state->result_kernel.c_str() [all...] |
| /external/toolchain-utils/crosperf/ |
| experiment_runner.py | 256 FileUtils().WriteFile(experiment_file_path, experiment.experiment_file) 266 FileUtils().WriteFile(results_table_path, report) 274 FileUtils().WriteFile(msg_file_path, msg_body)
|
| /build/soong/cmd/extract_linker/ |
| main.go | 125 if err := ioutil.WriteFile(asmPath, asm.Bytes(), 0777); err != nil { 135 if err := ioutil.WriteFile(scriptPath, buf.Bytes(), 0777); err != nil {
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/ |
| FirmwareVolume2.h | 185 EFI_FV_WRITE_FILE WriteFile;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| FirmwareVolume2.h | 457 WriteFile() is used to write one or more files to a firmware
473 WriteFile() is callable only from TPL_NOTIFY and below.
474 Behavior of WriteFile() at any EFI_TPL above TPL_NOTIFY is
[all...] |
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| EfiCompress.c | 141 Status = gEfiShellProtocol->WriteFile(OutShellFileHandle, &OutSize2, OutBuffer);
|
| /external/avb/test/ |
| avb_unittest_util.h | 115 base::WriteFile(image_path,
|
| /external/bsdiff/ |
| test_utils.cc | 82 bool WriteFile(const std::string& path, vector<uint8_t> contents) {
|
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| provision_devices.py | 304 device.WriteFile(adb_wrapper.ADB_KEYS_FILE, adb_keys_string, as_root=True) 422 device.WriteFile( 521 device.WriteFile(f.name, 'test') 529 device.WriteFile(f.name, 'test')
|
| /external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
| walt_agent.py | 73 self._device_utils.WriteFile(TRACE_FILE_PATH, '')
|
| /external/libchrome/base/threading/ |
| platform_thread_linux.cc | 54 int bytes_written = WriteFile(tasks_filepath, tid.c_str(), tid.size());
|
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| flag_changer.py | 123 self._device.WriteFile(
|
| /external/libmojo/third_party/catapult/devil/devil/android/perf/ |
| perf_control.py | 125 self._device.WriteFile('/sys/class/kgsl/kgsl-3d0/max_gpuclk',
|
| /external/ltp/testcases/kernel/io/disktest/ |
| io.c | 48 WriteFile(fd, buf, trsiz, &tcnt, NULL);
|
| /external/pdfium/core/fxcrt/ |
| cfx_fileaccess_windows.cpp | 149 if (!::WriteFile(m_hFile, pBuffer, (DWORD)szBuffer, (LPDWORD)&szWrite,
|
| /external/vboot_reference/host/lib/ |
| host_keyblock.c | 162 if (0 != WriteFile(filename, key_block, key_block->key_block_size)) {
|
| /frameworks/base/tools/aapt2/io/ |
| Util.cpp | 33 if (!writer->WriteFile(out_path, compression_flags, in)) {
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| runtime-lldb_test.go | 152 err = ioutil.WriteFile(src, []byte(lldbHelloSource), 0644) 165 err = ioutil.WriteFile(src, []byte(lldbScriptSource), 0755)
|
| /prebuilts/go/linux-x86/src/runtime/ |
| runtime-lldb_test.go | 152 err = ioutil.WriteFile(src, []byte(lldbHelloSource), 0644) 165 err = ioutil.WriteFile(src, []byte(lldbScriptSource), 0755)
|