Lines Matching refs:out_vdex
1892 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()
2039 out_vdex.ResetAndRemoveAllFiles(); in dexopt()
2046 out_vdex.RemoveBackupFile(); in dexopt()