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

/dalvik/vm/analysis/
H A DDexPrepare.cpp82 struct stat sb; local
83 if (stat(dirName.c_str(), &sb) < 0) {
88 if (!S_ISDIR(sb.st_mode)) {
/dalvik/vm/oo/
H A DClass.cpp605 struct stat sb; local
607 if (stat(cpe->fileName, &sb) < 0) {
611 if (S_ISDIR(sb.st_mode)) {

Completed in 80 milliseconds