Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DEmuglBackendList.cpp50 int nameNoSuffixLen = (int)nameNoSuffix.size() - (int)suffix.size(); in getLibDirPath() local
51 if (nameNoSuffixLen > 0 && in getLibDirPath()
52 suffix == nameNoSuffix.c_str() + nameNoSuffixLen) { in getLibDirPath()
53 nameNoSuffix.erase(nameNoSuffixLen); in getLibDirPath()