Searched defs:textfile (Results 1 - 5 of 5) sorted by relevance

/external/tinyxml/
H A Dxmltest.cpp811 FILE* textfile = fopen( "textfile.txt", "w" ); local
812 if ( textfile )
814 psg->Print( textfile, 0 );
815 fclose( textfile );
817 textfile = fopen( "textfile.txt", "r" );
818 assert( textfile );
819 if ( textfile )
822 fgets( buf, 1024, textfile );
833 FILE* textfile = fopen( "test5.xml", "w" ); local
846 FILE* textfile = fopen( "test6.xml", "w" ); local
[all...]
/external/tinyxml2/
H A Dxmltest.cpp1032 const char* textFilePath = "resources/out/textfile.txt";
1033 FILE* textfile = fopen( textFilePath, "w" ); local
1034 XMLTest( "Entity transformation: open text file for writing", true, textfile != 0, true );
1035 if ( textfile )
1037 XMLPrinter streamer( textfile );
1039 fclose( textfile );
1043 textfile = fopen( textFilePath, "r" );
1044 XMLTest( "Entity transformation: open text file for reading", true, textfile != 0, true );
1045 if ( textfile )
1048 fgets( buf, 1024, textfile );
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 180 milliseconds