Home
last modified time | relevance | path

Searched refs:CopyFileToSecurityDir (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h205 static std::string CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType,
/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.cpp5090 * @tc.name: test CopyFileToSecurityDir
5091 * @tc.desc: 1.CopyFileToSecurityDir
5097 auto ret = bundleUtil.CopyFileToSecurityDir("", DirType::STREAM_INSTALL_DIR, toDeletePaths); in HWTEST_F()
5104 * @tc.name: test CopyFileToSecurityDir
5105 * @tc.desc: 1.CopyFileToSecurityDir
5115 bundleUtil.CopyFileToSecurityDir(TEST_CREATE_FILE_PATH, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5124 * @tc.name: test CopyFileToSecurityDir
5125 * @tc.desc: 1.CopyFileToSecurityDir
5133 auto ret = bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5140 * @tc.name: test CopyFileToSecurityDir
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp813 std::string BundleUtil::CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType, in CopyFileToSecurityDir() function in OHOS::AppExecFwk::BundleUtil
H A Dbase_bundle_installer.cpp5399 auto destination = BundleUtil::CopyFileToSecurityDir(bundlePaths[index], DirType::STREAM_INSTALL_DIR, in CopyHapsToSecurityDir()
5461 BundleUtil::CopyFileToSecurityDir(signatureFileDir, DirType::SIG_FILE_DIR, toDeleteTempHapPath_); in FindSignatureFileDir()

Completed in 25 milliseconds