HomeSort by relevance Sort by last modified time
    Searched refs:SaveFile (Results 1 - 19 of 19) sorted by null

  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
  /external/zopfli/src/zopfli/
zopfli_bin.c 71 static void SaveFile(const char* filename,
99 SaveFile(outfilename, out, outsize);
  /external/flatbuffers/include/flatbuffers/
util.h 144 inline bool SaveFile(const char *name, const char *buf, size_t len,
156 inline bool SaveFile(const char *name, const std::string &buf, bool binary) {
157 return SaveFile(name, buf.c_str(), buf.size(), binary);
  /external/flatbuffers/src/
idl_gen_grpc.cpp 212 if (!flatbuffers::SaveFile(filename.c_str(), output, false))
264 return flatbuffers::SaveFile((file_name + ".grpc.fb.h").c_str(),
266 flatbuffers::SaveFile((file_name + ".grpc.fb.cc").c_str(),
idl_gen_fbs.cpp 126 return SaveFile((path + file_name + ".fbs").c_str(),
idl_gen_text.cpp 353 return flatbuffers::SaveFile(TextFileName(path, file_name).c_str(),
idl_gen_python.cpp 651 SaveFile(init_py_filename.c_str(), "", false);
659 return SaveFile(filename.c_str(), code, false);
idl_gen_general.cpp 217 return SaveFile(filename.c_str(), code, false);
    [all...]
idl_gen_go.cpp 772 return SaveFile(filename.c_str(), code, false);
idl_gen_js.cpp 62 return SaveFile(GeneratedFileName(path_, file_name_).c_str(), code, false);
idl_gen_php.cpp 93 return SaveFile(filename.c_str(), code, false);
    [all...]
idl_gen_cpp.cpp 266 return SaveFile(file_path.c_str(), final_code, false);
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
tinyxml2.h     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
tinyxml.cpp 960 bool TiXmlDocument::SaveFile() const
962 return SaveFile( Value() );
1084 bool TiXmlDocument::SaveFile( const char * filename ) const
1090 bool result = SaveFile( fp );
1098 bool TiXmlDocument::SaveFile( FILE* fp ) const
    [all...]
  /external/tinyxml/
tinyxml.h     [all...]
xmltest.cpp 134 doc.SaveFile();
535 doc.SaveFile( "utf8testout.xml" );
874 doc.SaveFile( "test7.xml" );
tinyxml.cpp 947 bool TiXmlDocument::SaveFile() const
952 if ( buf.buffer && SaveFile( buf.buffer ) )
1086 bool TiXmlDocument::SaveFile( const char * filename ) const
    [all...]

Completed in 608 milliseconds