Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1892 RestorableFile out_vdex; in dexopt() local
1895 &out_vdex)) { in dexopt()
1964 runner.Initialize(out_oat.GetUniqueFile(), out_vdex.GetUniqueFile(), out_image.GetUniqueFile(), in dexopt()
2019 if (!out_oat.CreateBackupFile() || !out_vdex.CreateBackupFile() || in dexopt()
2023 << ", out_oat:" << out_oat.path() << " ,out_vdex:" << out_vdex.path() in dexopt()
2026 out_vdex.ResetAndRemoveAllFiles(); in dexopt()
2030 if (!out_oat.CommitWorkFile() || !out_vdex.CommitWorkFile() || !out_image.CommitWorkFile()) { in dexopt()
2032 << " ,out_vdex:" << out_vdex.path() << " ,out_image:" << out_image.path(); in dexopt()
2033 if (!out_oat.RestoreBackupFile() || !out_vdex.RestoreBackupFile() || in dexopt()
2036 << " ,out_vdex:" << out_vdex.path() << " ,out_image:" << out_image.path(); in dexopt()
[all …]