Searched refs:CopyFileToSecurityDir (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 205 static std::string CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 536 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 D | bms_bundle_installer_test.cpp | 5090 * @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 D | bundle_util.cpp | 813 std::string BundleUtil::CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType, in CopyFileToSecurityDir() function in OHOS::AppExecFwk::BundleUtil
|
H A D | base_bundle_installer.cpp | 5399 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