Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h31 SIG_FILE_DIR = 2, member in OHOS::AppExecFwk::DirType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp64 tempSignatureFileDir_ = BundleUtil::CreateInstallTempDir(installerId_, DirType::SIG_FILE_DIR); in Init()
H A Dbundle_util.cpp415 } else if (type == DirType::SIG_FILE_DIR) { in CreateInstallTempDir()
829 if (dirType == DirType::SIG_FILE_DIR) { in CopyFileToSecurityDir()
H A Dbase_bundle_installer.cpp5461 BundleUtil::CopyFileToSecurityDir(signatureFileDir, DirType::SIG_FILE_DIR, toDeleteTempHapPath_); in FindSignatureFileDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5003 * @tc.desc: 1.test type == DirType::SIG_FILE_DIR
5009 std::string res = bundleUtil.CreateInstallTempDir(installId, DirType::SIG_FILE_DIR); in HWTEST_F()
5115 bundleUtil.CopyFileToSecurityDir(TEST_CREATE_FILE_PATH, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5133 auto ret = bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5149 auto ret = bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5166 auto ret1 = bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5170 auto ret2 = bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()
5192 bundleUtil.CopyFileToSecurityDir(sourcePath, DirType::SIG_FILE_DIR, toDeletePaths); in HWTEST_F()

Completed in 26 milliseconds