HomeSort by relevance Sort by last modified time
    Searched defs:WriteFile (Results 1 - 25 of 50) sorted by null

1 2

  /development/vndk/tools/header-checker/header-abi-dumper/src/
workaround_openmp.cpp 44 static std::error_code WriteFile(const char *path, const char *data,
76 return WriteFile(path.c_str(), OMP_HEADER_DATA, sizeof(OMP_HEADER_DATA) - 1);
  /build/soong/android/
defs.go 93 WriteFile = pctx.AndroidStaticRule("WriteFile",
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.h 48 EFI_SHELL_WRITE_FILE WriteFile;
  /external/google-breakpad/src/common/tests/
file_utils.cc 122 bool WriteFile(const char* path, const void* buffer, size_t buffer_size) {
  /external/libbrillo/brillo/
file_utils_unittest.cc 31 void WriteFile(const std::string& contents) {
33 base::WriteFile(file_path_, contents.c_str(), contents.length()));
84 WriteFile("abcd");
105 WriteFile("abcd");
111 WriteFile("abcd");
  /external/protobuf/benchmarks/
generate_datasets.cc 91 void WriteFile(const std::string& name, const std::string& message_name,
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/
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;
  /external/toolchain-utils/cros_utils/
file_utils.py 63 def WriteFile(self, path, contents):
86 def WriteFile(self, path, contents):
  /external/toolchain-utils/crosperf/
generate_report.py 176 def WriteFile(output_prefix, extension, get_contents, overwrite, verbose):
208 WriteFile(output_prefix, extension, get_contents, overwrite, verbose)
  /external/vboot_reference/host/lib/
host_misc.c 100 int WriteFile(const char* filename, const void *data, uint64_t size) {
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 76 // WriteFile writes data to a file named by filename.
77 // If the file does not exist, WriteFile creates it with permissions perm;
78 // otherwise WriteFile truncates it before writing.
79 func WriteFile(filename string, data []byte, perm os.FileMode) error {
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 76 // WriteFile writes data to a file named by filename.
77 // If the file does not exist, WriteFile creates it with permissions perm;
78 // otherwise WriteFile truncates it before writing.
79 func WriteFile(filename string, data []byte, perm os.FileMode) error {
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 112 bool WriteFile(std::ostream* stream, const string_piece& output_data) {
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
generator.py 27 def WriteFile(contents, full_path):
82 WriteFile(contents, full_path)
  /external/bsdiff/
test_utils.cc 82 bool WriteFile(const std::string& path, vector<uint8_t> contents) {
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 30 def WriteFile(self, path, contents, **_kwargs):
46 self.device.WriteFile(self.cmdline_path_legacy, 'chrome --old --stuff')
  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 49 void WriteFile(EventsWriter* writer) {
114 WriteFile(&writer);
123 WriteFile(&writer);
132 WriteFile(writer);
142 WriteFile(&writer);
154 WriteFile(&writer);
168 WriteFile(&writer);
180 WriteFile(&writer);
203 WriteFile(&writer);
  /external/google-breakpad/src/client/
minidump_file_writer_unittest.cc 73 static bool WriteFile(const char *path) {
171 ASSERT_TRUE(WriteFile(path));
  /build/soong/finder/fs/
fs.go 44 fs.WriteFile(path, bytes, 0777)
62 WriteFile(path string, data []byte, perm os.FileMode) (err error)
118 func (osFs) WriteFile(path string, data []byte, perm os.FileMode) error {
119 return ioutil.WriteFile(path, data, perm)
671 func (m *MockFs) WriteFile(filePath string, data []byte, perm os.FileMode) error {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 291 FV_WRITE_FILE WriteFile;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 325 FRAMEWORK_EFI_FV_WRITE_FILE WriteFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 403 The WriteFile() function is used to initialize and start an FTPv4 upload process and
515 EFI_FTP4_WRITE_FILE WriteFile;
  /external/capstone/bindings/vb6/
mMisc.bas 366 Sub WriteFile(path, it)
  /external/clang/unittests/libclang/
LibclangTest.cpp 375 void WriteFile(std::string &Filename, const std::string &Contents) {
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(Filename, "#include <vector>\n")
    [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 175 bool WriteFile(const FilePath& file, const std::string& content) {
176 int write_size = ::base::WriteFile(file, content.c_str(), content.length());
226 ASSERT_TRUE(WriteFile(test_file(), "content"));
232 ASSERT_TRUE(WriteFile(test_file(), "content"));
239 ASSERT_TRUE(WriteFile(test_file(), "new content"));
246 ASSERT_TRUE(WriteFile(source_file, "content"));
258 ASSERT_TRUE(WriteFile(test_file(), "content"));
301 ASSERT_TRUE(WriteFile(test_file(), "content"));
316 ASSERT_TRUE(WriteFile(test_file(), "content"));
326 ASSERT_TRUE(WriteFile(test_file(), "content"))
    [all...]

Completed in 1927 milliseconds

1 2