Searched refs:test_file (Results 1 – 6 of 6) sorted by relevance
/system/tools/hidl/scripts/ |
D | run-tests.sh | 30 local test_file=/data/${test_dir}/${module}/${module} 31 run adb push ${OUT}${test_file} ${test_file} 44 local test_file=/data/${test_dir}/${module}/${module} 45 local interfaces=$(run adb shell ${test_file} --list_registered_services \ 48 run adb shell ${test_file} || status=$? 57 … run adb shell ${test_file} --hal_service_instance="${interface}/${instance}" || status=$?
|
/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 | 329 std::string test_file; // Prepared path. Under test_dir_input. member 343 test_file = test_dir_input + "/" + android::base::Basename(test); in PrepareTestApexForInstall() 409 prepare(test_input, test_file, selinux_label_input); in Prepare() 414 LOG(INFO) << "Deleting file " << test_file; in ~PrepareTestApexForInstall() 415 if (unlink(test_file.c_str()) != 0) { in ~PrepareTestApexForInstall() 416 PLOG(ERROR) << "Unable to unlink " << test_file; in ~PrepareTestApexForInstall() 430 log << "test_file=" << installer->test_file << " "; in GetDebugStr() 610 std::string test_file = orig_test_file + ".2"; in TEST_F() local 611 ASSERT_EQ(0, link(orig_test_file.c_str(), test_file.c_str())) in TEST_F() 622 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 | 283 const auto test_file = mountPath(test_dir_name_, test_file_name_); in TEST_F() local 284 ASSERT_FALSE(exists(test_file.c_str())) << "Present: " << test_file; in TEST_F() 286 makeFile(control_, test_file, 0555, fileId(1), in TEST_F() 288 ASSERT_TRUE(exists(test_file.c_str())) << "Missing: " << test_file; in TEST_F() 382 const std::string_view test_file = "test1.txt"sv; in TEST_F() local 383 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>`
|