Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1762 std::string install_location = Dirname(artifacts.OatPath()); in RunDex2oat() local
1763 if (!EnsureDirectoryExists(install_location)) { in RunDex2oat()
1766 ART_FORMAT("Error encountered when preparing directory '{}'", install_location)); in RunDex2oat()
1828 if (!MoveOrEraseFiles(output_files, install_location)) { in RunDex2oat()
1831 ART_FORMAT("Failed to commit artifacts to '{}'", install_location)); in RunDex2oat()