Searched refs:SPEC (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp731 const char SPEC[] = ".spec"; local
732 const int SPEC_SIZE = sizeof(SPEC) - 1;
734 if (start >= 0 && headerFileName.compare(start, SPEC_SIZE, SPEC) == 0) {

Completed in 50 milliseconds