Home
last modified time | relevance | path

Searched refs:SetContents (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.cc112 tensorflow::Status SetContents(const string& filename, const string& contents, in SetContents() function
114 return ToStatus(::file::SetContents(filename, contents, ::file::Defaults())); in SetContents()
237 tensorflow::Status SetContents(const string& filename, const string& contents, in SetContents() function
Dtoco_port.h73 tensorflow::Status SetContents(const string& filename, const string& contents,
Dtoco_convert.cc103 port::file::SetContents(parsed_toco_flags.output_file.value(), in Convert()
Dtooling_util.cc552 const auto result = port::file::SetContents( in DumpGraphvizVideoFrame()
571 const auto result = port::file::SetContents( in LogDump()
/external/protobuf/src/google/protobuf/testing/
Dfile.h88 static bool SetContents( in SetContents() function
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc88 GOOGLE_CHECK_OK(File::SetContents( in TEST()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc87 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc90 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.h41 void SetContents(const WideString& sContents);
Dcpdfsdk_baannot.cpp104 void CPDFSDK_BAAnnot::SetContents(const WideString& sContents) { in SetContents() function in CPDFSDK_BAAnnot
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc186 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/test.proto", in TEST()
Dmetadata_test.cc77 GOOGLE_CHECK_OK(File::SetContents(TestTempDir() + "/" + filename, data, in AddFile()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc381 GOOGLE_CHECK_OK(File::SetContents( in Run()
1686 GOOGLE_CHECK_OK(File::SetContents(filename, input, true)); in Run()
Dimporter_unittest.cc262 GOOGLE_CHECK_OK(File::SetContents(filename, contents, true)); in AddFile()