Searched refs:test_file (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/extras/tests/fstest/ |
H A 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()
|
/aosp12/system/apex/apexd/ |
H A D | apexservice_test.cpp | 417 LOG(INFO) << "Deleting file " << test_file; in ~PrepareTestApexForInstall() 418 if (unlink(test_file.c_str()) != 0) { in ~PrepareTestApexForInstall() 602 std::string test_file = orig_test_file + ".2"; in TEST_F() local 614 Deleter del(test_file); in TEST_F() 785 packages.push_back(installer.test_file); in TEST_F() 786 packages.push_back(installer2.test_file); in TEST_F() 1660 pkgs.push_back(installer->test_file); in RunPrePost() 2104 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() 2150 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() 2236 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() [all …]
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A D | XmlParserTests.cpp | 28 Result<XmlParser> CreateTestParser(const std::string& test_file) { in CreateTestParser() argument 34 auto data = zip->Open(test_file); in CreateTestParser()
|
/aosp12/system/bt/gd/cert/ |
H A D | run_pts_l2cap.sh | 5 --test_file=$ANDROID_BUILD_TOP/system/bt/gd/cert/pts_l2cap_testcase
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 226 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()
|
/aosp12/art/tools/checker/file_format/checker/ |
H A D | test.py | 197 test_file = CheckerFile("<test_file>") 200 test_case = TestCase(test_file, case_name, 0) 210 return test_file
|
/aosp12/build/make/tools/releasetools/ |
H A D | test_common.py | 434 test_file = tempfile.NamedTemporaryFile(delete=False) 435 test_file_name = test_file.name 452 test_file.write(bytes(data)) 453 test_file.close() 511 test_file = tempfile.NamedTemporaryFile(delete=False) 512 test_file_name = test_file.name 528 test_file.write(data) 529 test_file.close()
|
/aosp12/art/dexlayout/ |
H A D | dexlayout_test.cc | 465 for (const std::string& test_file : test_files) { in DexFileLayoutFixedPointExec() local 466 if (!UnlinkFile(test_file)) { in DexFileLayoutFixedPointExec()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | TableMerger_test.cpp | 98 test::TestFile test_file("path/to/res/layout-hdpi/main.xml.flat"); in TEST_F() local 100 ASSERT_TRUE(merger.MergeFile(file_desc, false /*overlay*/, &test_file)); in TEST_F()
|
/aosp12/system/bt/gd/docs/testing/ |
H A D | cert_test.md | 112 * `--test_file=<file_name>`: Running only tests listed in `<file_name>`
|