Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodrefresh.cc1257 const std::string& art_apex_data_path = GetArtApexData(); in CheckCompilationSpace() local
1258 if (!GetFreeSpace(art_apex_data_path, &bytes_available)) { in CheckCompilationSpace()
1263 LOG(WARNING) << "Low space for " << QuotePath(art_apex_data_path) << " (" << bytes_available in CheckCompilationSpace()