Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1752 UniqueFile out_oat = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt() local
1754 if (out_oat.fd() < 0) { in dexopt()
1762 if (!open_vdex_files_for_dex2oat(dex_path, out_oat.path().c_str(), dexopt_needed, in dexopt()
1784 unique_fd swap_fd = maybe_open_dexopt_swap_file(out_oat.path()); in dexopt()
1798 out_oat.path(), generate_app_image, is_public, uid, is_secondary_dex); in dexopt()
1831 runner.Initialize(out_oat, in dexopt()
1861 if (flock(out_oat.fd(), LOCK_EX | LOCK_NB) != 0) { in dexopt()
1863 out_oat.path().c_str()); in dexopt()
1881 out_oat.DisableCleanup(); in dexopt()