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

/system/tools/hidl/c2hal/
H A DExpression.h39 UNKNOWN = -1 enumerator in enum:android::Expression::Type
48 case UNKNOWN:
50 return "UNKNOWN";
60 case UNKNOWN:
62 return "/* UNKNOWN */";
/system/core/tzdatacheck/
H A Dtzdatacheck.cpp199 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator in enum:PathStatus
210 return S_ISDIR(buf.st_mode) ? IS_DIR : S_ISREG(buf.st_mode) ? IS_REG : UNKNOWN;

Completed in 77 milliseconds