Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2168 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt() local
2170 if (out_oat_fd.get() < 0) { in dexopt()
2226 out_oat_fd.get(), in dexopt()
2254 if (flock(out_oat_fd.get(), LOCK_EX | LOCK_NB) != 0) { in dexopt()
2275 out_oat_fd.SetCleanup(false); in dexopt()