Home
last modified time | relevance | path

Searched refs:STREAM_INSTALL_DIR (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h29 STREAM_INSTALL_DIR = 0, member in OHOS::AppExecFwk::DirType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp44 std::string tempDir = BundleUtil::CreateInstallTempDir(installerId_, DirType::STREAM_INSTALL_DIR); in Init()
H A Dbundle_util.cpp411 if (type == DirType::STREAM_INSTALL_DIR) { in CreateInstallTempDir()
820 if (dirType == DirType::STREAM_INSTALL_DIR) { in CopyFileToSecurityDir()
H A Dbase_bundle_installer.cpp5399 auto destination = BundleUtil::CopyFileToSecurityDir(bundlePaths[index], DirType::STREAM_INSTALL_DIR, in CopyHapsToSecurityDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp536 auto destination = BundleUtil::CopyFileToSecurityDir(bundlePaths[index], DirType::STREAM_INSTALL_DIR, in CopyHspToSecurityDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1250 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::STREAM_INSTALL_DIR); in HWTEST_F()
5097 auto ret = bundleUtil.CopyFileToSecurityDir("", DirType::STREAM_INSTALL_DIR, toDeletePaths); in HWTEST_F()

Completed in 28 milliseconds