• Home
  • Raw
  • Download

Lines Matching refs:test_file

270     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()
1189 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F()
1235 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F()
1321 const std::string& from = installer.test_file; in PrepareBackup()
1361 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1391 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1414 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1458 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1491 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1724 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1793 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1847 ASSERT_FALSE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()