Searched refs:test_file (Results 1 – 5 of 5) sorted by relevance
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 251 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/apex/apexd/ |
D | apexservice_test.cpp | 332 std::string test_file; // Prepared path. Under test_dir_input. member 346 test_file = test_dir_input + "/" + android::base::Basename(test); in PrepareTestApexForInstall() 412 prepare(test_input, test_file, selinux_label_input); in Prepare() 417 LOG(INFO) << "Deleting file " << test_file; in ~PrepareTestApexForInstall() 418 if (unlink(test_file.c_str()) != 0) { in ~PrepareTestApexForInstall() 419 PLOG(ERROR) << "Unable to unlink " << test_file; in ~PrepareTestApexForInstall() 433 log << "test_file=" << installer->test_file << " "; in GetDebugStr() 602 std::string test_file = orig_test_file + ".2"; in TEST_F() local 603 ASSERT_EQ(0, link(orig_test_file.c_str(), test_file.c_str())) in TEST_F() 614 Deleter del(test_file); in TEST_F() [all …]
|
/system/bt/gd/cert/ |
D | run_pts_l2cap.sh | 5 --test_file=$ANDROID_BUILD_TOP/system/bt/gd/cert/pts_l2cap_testcase
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 221 TemporaryFile test_file; in TEST_F() local 222 ASSERT_FALSE(isIncFsFd(test_file.fd)); in TEST_F() 223 ASSERT_FALSE(isIncFsPath(test_file.path)); in TEST_F() 303 const auto test_file = mountPath(test_dir_name_, test_file_name_); in TEST_F() local 304 ASSERT_FALSE(exists(test_file.c_str())) << "Present: " << test_file; in TEST_F() 306 makeFile(control_, test_file, 0555, fileId(1), in TEST_F() 308 ASSERT_TRUE(exists(test_file.c_str())) << "Missing: " << test_file; in TEST_F() 402 const std::string_view test_file = "test1.txt"sv; in TEST_F() local 403 const auto linked_file_path = mountPath(test_dir_name_, test_file); in TEST_F()
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 112 * `--test_file=<file_name>`: Running only tests listed in `<file_name>`
|