Searched defs:WriteFile (Results 1 - 20 of 20) sorted by path

/external/bsdiff/
H A Dtest_utils.cc83 bool WriteFile(const string& path, vector<uint8_t> contents) { function in namespace:test_utils
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py1672 def WriteFile(self, device_path, contents, as_root=False, force_push=False, member in class:DeviceUtils
1918 self.WriteFile(self.LOCAL_PROPERTIES_PATH, _JoinLines(properties))
2582 self.WriteFile(script.name, _RESTART_ADBD_SCRIPT)
H A Dflag_changer_test.py30 def WriteFile(self, path, contents, **_kwargs): member in class:_FakeDevice
46 self.device.WriteFile(self.cmdline_path_legacy, 'chrome --old --stuff')
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py91 WriteFile = _stdcall_libraries['kernel32'].WriteFile variable
92 WriteFile.restype = BOOL
93 WriteFile.argtypes = [HANDLE, LPCVOID, DWORD, LPDWORD, LPOVERLAPPED]
310 'PVOID', '_OVERLAPPED', 'WriteFile', 'GetCommTimeouts',
/external/clang/unittests/libclang/
H A DLibclangTest.cpp375 void WriteFile(std::string &Filename, const std::string &Contents) { function in class:LibclangReparseTest
415 WriteFile(CppName, CppFile);
416 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom);
429 WriteFile(HeaderName, NewHeaderContents);
445 WriteFile(MName, MFile);
446 WriteFile(HeaderName, std::string(HeaderTop) + HeaderBottom);
447 WriteFile(ModName, ModFile);
464 WriteFile(HeaderName, NewHeaderContents);
479 WriteFile(Name, "\n");
482 WriteFile(Filenam
[all...]
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc214 if (!WriteFile(&dirent.location, "/proc/cpuinfo"))
224 if (!WriteFile(&dirent.location, "/etc/lsb-release"))
1124 bool WriteFile(MDLocationDescriptor* result, const char* filename) { function in class:__anon6825::MinidumpWriter
1240 return WriteFile(result, buf);
/external/google-breakpad/src/client/
H A Dminidump_file_writer_unittest.cc73 static bool WriteFile(const char *path) { function
171 ASSERT_TRUE(WriteFile(path));
/external/google-breakpad/src/common/tests/
H A Dfile_utils.cc122 bool WriteFile(const char* path, const void* buffer, size_t buffer_size) { function in namespace:google_breakpad
/external/libbrillo/brillo/
H A Dfile_utils_unittest.cc31 void WriteFile(const std::string& contents) { function in class:brillo::FileUtilsTest
33 base::WriteFile(file_path_, contents.c_str(), contents.length()));
84 WriteFile("abcd");
105 WriteFile("abcd");
111 WriteFile("abcd");
/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc187 bool WriteFile(const FilePath& file, const std::string& content) { function in class:base::__anon9991::FilePathWatcherTest
188 int write_size = ::base::WriteFile(file, content.c_str(), content.length());
238 ASSERT_TRUE(WriteFile(test_file(), "content"));
245 ASSERT_TRUE(WriteFile(test_file(), "content"));
252 ASSERT_TRUE(WriteFile(test_file(), "new content"));
260 ASSERT_TRUE(WriteFile(source_file, "content"));
273 ASSERT_TRUE(WriteFile(test_file(), "content"));
317 ASSERT_TRUE(WriteFile(test_file(), "content"));
332 ASSERT_TRUE(WriteFile(test_file(), "content"));
344 ASSERT_TRUE(WriteFile(test_fil
[all...]
H A Dfile_util_posix.cc710 int WriteFile(const FilePath& filename, const char* data, int size) { function in namespace:base
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py27 def WriteFile(contents, full_path): function
78 WriteFile(contents, full_path)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py1550 def WriteFile(self, device_path, contents, as_root=False, force_push=False, member in class:DeviceUtils
1796 self.WriteFile(self.LOCAL_PROPERTIES_PATH, _JoinLines(properties))
2374 self.WriteFile(script.name, _RESTART_ADBD_SCRIPT)
/external/protobuf/benchmarks/
H A Dgenerate_datasets.cc91 void WriteFile(const std::string& name, const std::string& message_name, function
109 WriteFile("google_message1_proto3", "benchmarks.proto3.GoogleMessage1",
111 WriteFile("google_message1_proto2", "benchmarks.proto2.GoogleMessage1",
115 WriteFile("google_message2", "benchmarks.proto2.GoogleMessage2",
/external/swiftshader/third_party/LLVM/utils/
H A DNewNightlyTest.pl379 sub WriteFile { # (filename, contents) subroutine
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;
/external/toolchain-utils/cros_utils/
H A Dfile_utils.py63 def WriteFile(self, path, contents): member in class:FileUtils
86 def WriteFile(self, path, contents): member in class:MockFileUtils
/external/toolchain-utils/crosperf/
H A Dgenerate_report.py175 def WriteFile(output_prefix, extension, get_contents, overwrite, verbose): function
207 WriteFile(output_prefix, extension, get_contents, overwrite, verbose)
/external/v8/tools/mb/
H A Dmb.py733 self.WriteFile(mb_type_path, new_mb_type)
745 self.WriteFile(gn_args_path, gn_args, force_verbose=True)
777 self.WriteFile(gn_runtime_deps_path, '\n'.join(gn_labels) + '\n')
877 self.WriteFile(isolate_path,
1308 self.WriteFile(path, json.dumps(obj, indent=2, sort_keys=True) + '\n',
1463 def WriteFile(self, path, contents, force_verbose=False): member in class:MetaBuildWrapper
H A Dmb_unittest.py59 def WriteFile(self, path, contents, force_verbose=False): member in class:FakeMBW
/external/vboot_reference/host/lib/
H A Dhost_misc.c100 int WriteFile(const char* filename, const void *data, uint64_t size) { function

Completed in 716 milliseconds