Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1691 Dex2oatFileWrapper<std::function<void ()>> out_fd( in dexopt() local
1694 if (out_fd.get() < 0) { in dexopt()
1698 if (!set_permissions_and_ownership(out_fd.get(), is_public, uid, out_path)) { in dexopt()
1771 if (flock(out_fd.get(), LOCK_EX | LOCK_NB) != 0) { in dexopt()
1779 out_fd.get(), in dexopt()
1788 out_fd.get(), in dexopt()
1821 out_fd.SetCleanup(false); in dexopt()