Home
last modified time | relevance | path

Searched refs:STATUS_MIN_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/nos/host/generic/nugget/include/
Dapplication.h237 #define STATUS_MIN_LENGTH 0x10 macro
/external/nos/host/generic/libnos_transport/
Dtransport.c175 if (length < STATUS_MIN_LENGTH || length > STATUS_MAX_LENGTH) { in get_status()
/external/nos/test/system-test-harness/src/
Dtransport_tests.cc180 if (arg.length < STATUS_MIN_LENGTH || arg.length > STATUS_MAX_LENGTH) { in StatusMatches()