Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/fstest/
Drecovery_test.cpp251 const char* test_file = "/cache/FsRecoveryTestGarbage.txt"; in assertCacheHealthy() local
252 DataFileVerifier file_verify(test_file); in assertCacheHealthy()
282 const char* test_file = "/cache/CorruptGdtGarbage.txt"; in TEST_F() local
283 DataFileVerifier file_verify(test_file); in TEST_F()
300 const char* test_file = "/cache/ErrorBitGarbagetxt"; in TEST_F() local
301 DataFileVerifier file_verify(test_file); in TEST_F()
/system/security/ondevice-signing/tests/
DAndroid.bp40 "test_file",
41 "test_file.sig",
/system/apex/apexd/
Dapexservice_test.cpp270 std::string test_file; // Prepared path. Under test_dir_input. member
284 test_file = test_dir_input + "/" + android::base::Basename(test); in PrepareTestApexForInstall()
350 prepare(test_input, test_file, selinux_label_input); in Prepare()
355 LOG(INFO) << "Deleting file " << test_file; in ~PrepareTestApexForInstall()
356 if (unlink(test_file.c_str()) != 0) { in ~PrepareTestApexForInstall()
357 PLOG(ERROR) << "Unable to unlink " << test_file; in ~PrepareTestApexForInstall()
371 log << "test_file=" << installer->test_file << " "; in GetDebugStr()
843 ASSERT_EQ(installer.test_file, match.modulePath); in TEST_F()
971 ASSERT_EQ(installer.test_file, info.modulePath); in TEST_F()
976 ASSERT_EQ(installer2.test_file, info.modulePath); in TEST_F()
[all …]
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp226 TemporaryFile test_file; in TEST_F() local
227 ASSERT_FALSE(isIncFsFd(test_file.fd)); in TEST_F()
228 ASSERT_FALSE(isIncFsPath(test_file.path)); in TEST_F()
308 const auto test_file = mountPath(test_dir_name_, test_file_name_); in TEST_F() local
309 ASSERT_FALSE(exists(test_file.c_str())) << "Present: " << test_file; in TEST_F()
311 makeFile(control_, test_file, 0555, fileId(1), in TEST_F()
313 ASSERT_TRUE(exists(test_file.c_str())) << "Missing: " << test_file; in TEST_F()
440 const std::string_view test_file = "test1.txt"sv; in TEST_F() local
441 const auto linked_file_path = mountPath(test_dir_name_, test_file); in TEST_F()