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

  /external/oprofile/libdb/tests/
db_test.c 22 #define TEST_FILENAME "test-hash-db.dat"
53 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
83 remove(TEST_FILENAME);
95 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
115 remove(TEST_FILENAME);
177 remove(TEST_FILENAME);
  /frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp 32 #define TEST_FILENAME "/test.obb"
44 mFileName.append(TEST_FILENAME);
BackupData_test.cpp 31 #define TEST_FILENAME "/test.bd"
57 mFilename.append(TEST_FILENAME);
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 507 String TEST_FILENAME = "TestGetFileStreamPath";
510 String fileStreamPath = mContextWrapper.getFileStreamPath(TEST_FILENAME).toString();
511 assertTrue(fileStreamPath.indexOf(TEST_FILENAME) >= 0);
    [all...]

Completed in 369 milliseconds