Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp46 … std::string tempDir = BundleUtil::CreateInstallTempDir(installerId_, DirType::STREAM_INSTALL_DIR); in Init()
66 tempSignatureFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::SIG_FILE_DIR); in Init()
72 tempPgoFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::PGO_FILE_DIR); in Init()
H A Dbundle_util.cpp405 std::string BundleUtil::CreateInstallTempDir(uint32_t installerId, const DirType &type) in CreateInstallTempDir() function in OHOS::AppExecFwk::BundleUtil
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h194 static std::string CreateInstallTempDir(uint32_t installerId, const DirType &type);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp134 std::string tmpDir = BundleUtil::CreateInstallTempDir(++id_, DirType::QUICK_FIX_DIR); in CreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp658 std::string tmpDir = BundleUtil::CreateInstallTempDir( in CreateFd()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1246 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::STREAM_INSTALL_DIR);
1259 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::QUICK_FIX_DIR);
1274 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::UNKNOWN);
5023 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::SIG_FILE_DIR);