Home
last modified time | relevance | path

Searched refs:GetPersistentGUID (Results 1 – 3 of 3) sorted by relevance

/system/core/metricsd/uploader/
Dupload_service_test.cc265 std::string first_guid = SystemProfileCache::GetPersistentGUID(tmp_file); in TEST_F()
266 std::string second_guid = SystemProfileCache::GetPersistentGUID(tmp_file); in TEST_F()
273 first_guid = SystemProfileCache::GetPersistentGUID(tmp_file); in TEST_F()
275 second_guid = SystemProfileCache::GetPersistentGUID(tmp_file); in TEST_F()
Dsystem_profile_cache.cc114 GetPersistentGUID(guid_path); in Initialize()
171 std::string SystemProfileCache::GetPersistentGUID( in GetPersistentGUID() function in SystemProfileCache
Dsystem_profile_cache.h64 static std::string GetPersistentGUID(const std::string& filename);