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

  /external/neven/Embedded/common/src/b_BasicEm/
Context.c 136 const char* fileA,
144 if( fileA != NULL )
146 uint32 lenL = bbs_strlen( fileA );
148 bbs_strcpy( errorL.fileE, fileA + ofsL );
Context.h 140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
  /external/testng/src/test/java/test/reports/
ReportTest.java 108 File fileA = new File(dirA);
111 Assert.assertFalse(fileA.exists());
116 Assert.assertTrue(fileA.exists(), fileA + " wasn't created");
  /frameworks/base/tools/aapt2/link/
TableMerger_test.cpp 110 test::TestFile fileA("path/to/fileA.xml.flat");
113 ASSERT_TRUE(merger.mergeFile(fileDesc, &fileA));

Completed in 256 milliseconds