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