HomeSort by relevance Sort by last modified time
    Searched defs:textfile (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
xmltest.cpp 811 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...]
  /prebuilt/common/ant/
ant.jar 

Completed in 68 milliseconds