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

  /external/srec/tools/dictTest/
dictTest.c 116 LCHAR testfilename[MAX_LINE_LENGTH]; local
149 *testfilename = 0;
173 LSTRCPY(testfilename, argv[++i]);
309 else if (*testfilename) /* test file mode */
311 if ((fin = pfopen(testfilename,"r")) == NULL)
313 LPRINTF("Could not open file: %s\n", testfilename);
  /external/stlport/test/eh/
main.cpp 76 void __assertion_failed(char *condition, char *testfilename, int lineno);
77 void __assertion_failed(char *condition, char *testfilename, int lineno)
82 std::strncat( msg, testfilename, 255 );

Completed in 2409 milliseconds