Home
last modified time | relevance | path

Searched refs:AEE_EINVALIDPROCNAME (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/inc/
DAEEStdErr.h129 #define AEE_EINVALIDPROCNAME (AEE_EOFFSET + 0x03D) /// Invalid Process name macro
/external/fastrpc/src/
Dlog_config.c470 VERIFYC(NULL != (name = std_basename(__progname)), AEE_EINVALIDPROCNAME); in initFileWatcher()