Searched defs:out_oat_isa_dir (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1653 /*out*/char* out_oat_dir, /*out*/char* out_oat_isa_dir, /*out*/char* out_oat_path) {
1664 snprintf(out_oat_isa_dir, PKG_PATH_MAX, "%s/%s", out_oat_dir, isa.c_str());
1652 create_secondary_dex_oat_layout(const std::string& dex_path, const std::string& isa, char* out_oat_dir, char* out_oat_isa_dir, char* out_oat_path) argument

Completed in 52 milliseconds