Searched refs:VerifyKeyPathAndGetSubkeyPath (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/components/policy/core/common/cloud/ |
| D | resource_cache.cc | 88 return VerifyKeyPathAndGetSubkeyPath(key, true, subkey, &subkey_path) && in Store() 99 if (!VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path) || in Load() 135 if (VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path)) in Delete() 228 bool ResourceCache::VerifyKeyPathAndGetSubkeyPath(const std::string& key, in VerifyKeyPathAndGetSubkeyPath() function in policy::ResourceCache
|
| D | resource_cache.h | 82 bool VerifyKeyPathAndGetSubkeyPath(const std::string& key,
|