Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1226 unique_fd* oat_file_fd, in maybe_open_oat_and_vdex_file() argument
1238 oat_file_fd->reset(open(oat_path, O_RDONLY)); in maybe_open_oat_and_vdex_file()
1239 if (oat_file_fd->get() < 0) { in maybe_open_oat_and_vdex_file()
1701 unique_fd oat_file_fd; in process_secondary_dex_dexopt() local
1707 &oat_file_fd, in process_secondary_dex_dexopt()
1721 oat_file_fd.get(), in process_secondary_dex_dexopt()