Lines Matching refs:packagePath
78 std::string packagePath = TEST_PATH_TO; in TestPkgFile() local
79 packagePath += testPackageName; in TestPkgFile()
80 … int ret = pkgManager_->CreatePkgStream(stream, packagePath, 0, PkgStream::PkgStreamType_Read); in TestPkgFile()
100 std::string packagePath = TEST_PATH_TO; in TestPkgFileInvalid() local
101 packagePath += testPackageName; in TestPkgFileInvalid()
102 … int ret = pkgManager_->CreatePkgStream(stream, packagePath, 0, PkgStream::PkgStreamType_Read); in TestPkgFileInvalid()
119 std::string packagePath = TEST_PATH_TO; in TestBigZipEntry() local
121 packagePath += testPackageName; in TestBigZipEntry()
122 pkgManager_->CreatePkgStream(stream, packagePath, 0, PkgStream::PkgStreamType_Read); in TestBigZipEntry()
192 std::string packagePath = testPackagePath + "test_package.zip"; in TestUpdaterPreProcess() local
194 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestUpdaterPreProcess()