Searched refs:nameNoSuffix (Results 1 – 1 of 1) sorted by relevance
49 std::string nameNoSuffix(name); in getLibDirPath() local50 int nameNoSuffixLen = (int)nameNoSuffix.size() - (int)suffix.size(); in getLibDirPath()52 suffix == nameNoSuffix.c_str() + nameNoSuffixLen) { in getLibDirPath()53 nameNoSuffix.erase(nameNoSuffixLen); in getLibDirPath()55 return android::base::pj({mExecDir, "lib64", std::string("gles_%s") + nameNoSuffix}); in getLibDirPath()