Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp1572 static void exec_dexoptanalyzer(const std::string& dex_file, int vdex_fd, int oat_fd, in exec_dexoptanalyzer() argument
1591 std::string vdex_fd_arg = "--vdex-fd=" + std::to_string(vdex_fd); in exec_dexoptanalyzer()
1605 (vdex_fd >= 0 ? 1 : 0) + in exec_dexoptanalyzer()
1618 if (vdex_fd >= 0) { in exec_dexoptanalyzer()