Searched refs:CreateInstallTempDir (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 44 std::string tempDir = BundleUtil::CreateInstallTempDir(installerId_, DirType::STREAM_INSTALL_DIR); in Init() 64 tempSignatureFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::SIG_FILE_DIR); in Init() 70 tempPgoFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::PGO_FILE_DIR); in Init()
|
H A D | bundle_util.cpp | 406 std::string BundleUtil::CreateInstallTempDir(uint32_t installerId, const DirType &type) in CreateInstallTempDir() function in OHOS::AppExecFwk::BundleUtil
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 192 static std::string CreateInstallTempDir(uint32_t installerId, const DirType &type);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_manager_host_impl.cpp | 134 std::string tmpDir = BundleUtil::CreateInstallTempDir(++id_, DirType::QUICK_FIX_DIR); in CreateFd()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/ |
H A D | extend_resource_manager_host_impl.cpp | 658 std::string tmpDir = BundleUtil::CreateInstallTempDir( in CreateFd()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1243 * @tc.name: test CreateInstallTempDir 1250 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::STREAM_INSTALL_DIR); in HWTEST_F() 1256 * @tc.name: test CreateInstallTempDir 1263 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::QUICK_FIX_DIR); in HWTEST_F() 1271 * @tc.name: test CreateInstallTempDir 1278 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::UNKNOWN); in HWTEST_F() 5002 * @tc.name: test CreateInstallTempDir 5009 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::SIG_FILE_DIR); in HWTEST_F()
|
Completed in 15 milliseconds