Searched refs:GetAppCodePath (Results 1 – 6 of 6) sorted by relevance
127 return info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + moduleName + fileSuffix; in GetHapPath()1412 std::string createModulePath = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + in RollBack()2074 …std::string modulePath = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePackage_; in ProcessBundleInstallStatus()2224 …std::string modulePath = newInfo.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePacka… in ProcessNewModuleInstall()2338 moduleTmpDir_ = newInfo.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePackage_ in ProcessModuleUpdate()2759 …ScopeGuard codePathGuard([&] { InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); }); in CreateBundleAndDataDir()3191 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in ExtractModule()3407 auto result = InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); in RemoveBundleCodeDir()3410 info.GetAppCodePath().c_str(), result); in RemoveBundleCodeDir()3448 std::string moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR in RemoveEmptyDirs()[all …]
793 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache()
885 auto result = InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); in RemoveBundleCodeDir()888 info.GetAppCodePath().c_str(), result); in RemoveBundleCodeDir()
324 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache()
517 const std::string GetAppCodePath() const in GetAppCodePath() function1110 SetAppCodePath(oldInfo.GetAppCodePath()); in RestoreFromOldInfo()
232 EXPECT_EQ(info.GetAppCodePath(), Constants::BUNDLE_CODE_DIR + ServiceConstants::PATH_SEPARATOR);