Searched refs:cache_info_contents (Results 1 – 1 of 1) sorted by relevance
227 std::string cache_info_contents; in GetCachedProperties() local230 if (!android::base::ReadFdToString(fd, &cache_info_contents)) { in GetCachedProperties()236 if (!android::base::ReadFileToString(path, &cache_info_contents)) { in GetCachedProperties()248 com::android::art::parse(cache_info_contents.c_str()); in GetCachedProperties()