Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp49 std::string nameNoSuffix(name); in getLibDirPath() local
50 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()