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

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp65 size_t cutPos = scriptSOName.rfind("cache"); local
66 if (cutPos != std::string::npos) {
67 scriptSOName.erase(cutPos);

Completed in 57 milliseconds