Home
last modified time | relevance | path

Searched refs:elPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp660 std::string elPath = GetKeyDirByType(type); in GenerateUserKeyByType() local
661 if (!IsDir(elPath)) { in GenerateUserKeyByType()
666 std::string elUserKeyPath = elPath + + "/" + std::to_string(user); in GenerateUserKeyByType()
705 std::string elPath = userDir + "/" + std::to_string(user); in DoDeleteUserCeEceSeceKeys() local
706 std::shared_ptr<BaseKey> elKey = GetBaseKey(elPath); in DoDeleteUserCeEceSeceKeys()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp877 std::vector<std::string> elPath(ServiceConstants::BUNDLE_EL); in CleanBundleDataDirByName() local
878 elPath.push_back(ServiceConstants::DIR_EL5); in CleanBundleDataDirByName()
879 for (const auto &el : elPath) { in CleanBundleDataDirByName()
936 std::vector<std::string> elPath(ServiceConstants::BUNDLE_EL); in GetAppCacheSize() local
937 elPath.push_back(ServiceConstants::DIR_EL5); in GetAppCacheSize()
938 for (const auto &el : elPath) { in GetAppCacheSize()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1685 std::string elPath = KeyManager::GetInstance()->GetKeyDirByType(keyType); variable
1686 RmDirRecurse(elPath);
1691 elPath = KeyManager::GetInstance()->GetKeyDirByType(keyType);
1692 EXPECT_FALSE(MkDir(elPath, S_IRWXU));
1693 std::string elUserKeyPath = elPath + "/" + std::to_string(userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1652 std::vector<std::string> elPath(ServiceConstants::BUNDLE_EL); in GetAppCachePaths() local
1653 elPath.push_back(ServiceConstants::DIR_EL5); in GetAppCachePaths()
1654 for (const auto &el : elPath) { in GetAppCachePaths()