Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:infix

1059     std::string infix;  // Empty infix by default.
1072 infix = dex_file.substr(strlen("core"));
1092 std::string image_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".art");
1096 std::string oat_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".oat");
1111 // 3) Inject infix i -> pci.d
1115 const std::string& infix,
1124 if (!infix.empty()) {
1125 // Inject infix.
1128 in.insert(last_dot, infix);