Searched refs:testfile (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer_test.cpp | 59 testfile = gTestDir + "/"s + tinfo->name(); in SetUp() 65 std::string testfile; member in android::fiemap::FiemapWriterTest 83 std::string testfile; member in android::fiemap::SplitFiemapTest 108 EXPECT_EQ(fptr->file_path(), testfile); in TEST_F() 109 EXPECT_EQ(access(testfile.c_str(), F_OK), 0); in TEST_F() 118 ASSERT_EQ(stat(testfile.c_str(), &s), 0); in TEST_F() 170 ASSERT_EQ(stat(testfile.c_str(), &sb), 0); in TEST_F() 284 auto ptr = SplitFiemap::Open(testfile); in TEST_F() 328 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() 355 auto actual = ReadSplitFiles(testfile, 3); in TEST_F() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
H A D | IconTest.java | 293 final File testfile = new File(dir, in testParcel() local 307 new FileOutputStream(testfile)); in testParcel() 309 fail("couldn't create test file " + testfile + ": " + ex); in testParcel() 313 fail(testfile + " differs from original: " + originalfile); in testParcel()
|
/aosp12/system/extras/tests/ext4/ |
H A D | android_emmc_perf_tests.sh | 114 CACHE=/data/local/tmp/testfile
|
/aosp12/art/ |
H A D | Android.mk | 146 (($(ADB) shell touch /system/testfile && \ 147 ($(ADB) shell rm /system/testfile || true)) || \
|