Searched refs:SUFFIX_NEED_UPDATE (Results 1 – 3 of 3) sorted by relevance
318 const std::string NEED_UPDATE_PATH = keyPath + SUFFIX_NEED_UPDATE; in StoreKey()440 const std::string NEED_UPDATE_PATH = path + SUFFIX_NEED_UPDATE; in StoreKey()567 const std::string NEED_UPDATE_PATH = dir_ + PATH_LATEST + SUFFIX_NEED_UPDATE; in StoreKey()681 LoadStringFromFile(path + SUFFIX_NEED_UPDATE, encryptType); in StoreKey()
1265 …string NEED_UPDATE_PATH = GetKeyDirByUserAndType(user, keyType) + PATH_LATEST + SUFFIX_NEED_UPDATE; in UpdateCeEceSeceUserAuth()
32 const std::string SUFFIX_NEED_UPDATE = "/need_update"; variable