Searched refs:elPath (Results 1 – 4 of 4) sorted by relevance
660 std::string elPath = GetKeyDirByType(type); in GenerateUserKeyByType() local661 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() local706 std::shared_ptr<BaseKey> elKey = GetBaseKey(elPath); in DoDeleteUserCeEceSeceKeys()
877 std::vector<std::string> elPath(ServiceConstants::BUNDLE_EL); in CleanBundleDataDirByName() local878 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() local937 elPath.push_back(ServiceConstants::DIR_EL5); in GetAppCacheSize()938 for (const auto &el : elPath) { in GetAppCacheSize()
1685 std::string elPath = KeyManager::GetInstance()->GetKeyDirByType(keyType); variable1686 RmDirRecurse(elPath);1691 elPath = KeyManager::GetInstance()->GetKeyDirByType(keyType);1692 EXPECT_FALSE(MkDir(elPath, S_IRWXU));1693 std::string elUserKeyPath = elPath + "/" + std::to_string(userId);
1652 std::vector<std::string> elPath(ServiceConstants::BUNDLE_EL); in GetAppCachePaths() local1653 elPath.push_back(ServiceConstants::DIR_EL5); in GetAppCachePaths()1654 for (const auto &el : elPath) { in GetAppCachePaths()