Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1525 unique_fd* oat_file_fd, in maybe_open_oat_and_vdex_file() argument
1537 oat_file_fd->reset(open(oat_path, O_RDONLY)); in maybe_open_oat_and_vdex_file()
1538 if (oat_file_fd->get() < 0) { in maybe_open_oat_and_vdex_file()
1874 unique_fd oat_file_fd; in process_secondary_dex_dexopt() local
1880 &oat_file_fd, in process_secondary_dex_dexopt()
1892 oat_file_fd.get(), in process_secondary_dex_dexopt()