Searched defs:infix (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc993 std::string infix; // Empty infix by default. local
1006 infix = dex_file.substr(strlen("core"));
1026 std::string image_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".art");
1030 std::string oat_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".oat");
1045 // 3) Inject infix i -> pci.d
1049 const std::string& infix,
1058 if (!infix.empty()) {
1059 // Inject infix.
1062 in.insert(last_dot, infix);
1047 CreateMultiImageName(std::string in, const std::string& prefix, const std::string& infix, const char* replace_suffix) argument
[all...]

Completed in 26 milliseconds