OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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