Home
last modified time | relevance | path

Searched refs:unrecognized (Results 1 – 4 of 4) sorted by relevance

/system/bpf/libbpf_android/include/
Dlibbpf_android.h41 unrecognized = -1, // invalid for this version of the bpfloader enumerator
66 static constexpr bool unrecognized(domain d) { in unrecognized() function
67 return d == domain::unrecognized; in unrecognized()
/system/tools/hidl/lint/test/interfaces/unhandled_comments/1.0/
Dtypes.hal21 TWO = 1 /* definitely unrecognized comment (after enumerator) */
/system/bpf/libbpf_android/
DLoader.cpp159 return domain::unrecognized; in getDomainFromPinSubdir()
855 if (unrecognized(pin_subdir)) return -ENOTDIR; in createMaps()
1094 if (unrecognized(pin_subdir)) return -ENOTDIR; in loadCodeSections()
/system/tools/aidl/
Daidl_language_y.yy119 %token UNKNOWN "unrecognized character"