Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2844 static constexpr const char* kSystemPath = in TEST_F() local
2855 ASSERT_EQ(0, access(kSystemPath, F_OK)) in TEST_F()
2856 << "Failed to stat " << kSystemPath << " : " << strerror(errno); in TEST_F()
2857 ASSERT_TRUE(IsOk(service_->activatePackage(kSystemPath))); in TEST_F()
2861 ASSERT_RESULT_OK(CopyFile(kSystemPath, backup_path, fs::copy_options::none)); in TEST_F()
2865 if (auto ret = service_->deactivatePackage(kSystemPath); !ret.isOk()) { in TEST_F()
2868 auto ret = CopyFile(backup_path, kSystemPath, in TEST_F()
2880 ASSERT_RESULT_OK(CopyFile(installer.test_file, kSystemPath, in TEST_F()
2892 ASSERT_TRUE(android::base::Realpath(kSystemPath, &realSystemPath)); in TEST_F()