Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1929 RestorableFile out_image = maybe_open_app_image(out_oat.path(), generate_app_image, is_public, in dexopt() local
1964 runner.Initialize(out_oat.GetUniqueFile(), out_vdex.GetUniqueFile(), out_image.GetUniqueFile(), in dexopt()
2020 !out_image.CreateBackupFile()) { in dexopt()
2024 << " ,out_image:" << out_image.path(); in dexopt()
2027 out_image.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()
2034 !out_image.RestoreBackupFile()) { in dexopt()
2036 << " ,out_vdex:" << out_vdex.path() << " ,out_image:" << out_image.path(); in dexopt()
2040 out_image.ResetAndRemoveAllFiles(); in dexopt()
[all …]