Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc227 std::string cache_info_contents; in GetCachedProperties() local
230 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()