HomeSort by relevance Sort by last modified time
    Searched full:statreturn (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/
rsScriptC.cpp 69 int statReturn = stat(cacheDir, &statBuf);
70 if (!statReturn) {
84 statReturn = stat(currentDir.string(), &statBuf);
85 if (statReturn) {

Completed in 177 milliseconds