Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dlog_config.c266 if(std_strcmp(log_config_watcher[dom].fileToWatch, event->name) == 0){ in readLogConfigFromEvent()
268 }else if (std_strcmp(log_config_watcher[dom].asidFileToWatch, event->name) == 0) { in readLogConfigFromEvent()
270 }else if (std_strcmp(log_config_watcher[dom].pidFileToWatch, event->name) == 0){ in readLogConfigFromEvent()
288 if( (std_strcmp(log_config_watcher[dom].fileToWatch, event->name) == 0)|| in resetLogConfigFromEvent()
289 (std_strcmp(log_config_watcher[dom].asidFileToWatch, event->name) == 0) || in resetLogConfigFromEvent()
290 (std_strcmp(log_config_watcher[dom].pidFileToWatch, event->name) == 0) ) { in resetLogConfigFromEvent()
Dstd.c107 int std_strcmp(const char* s1, const char* s2) in std_strcmp() function
458 (0 == std_strcmp(cpsz+nOffset, cpszSuffix))) { in std_strends()
/external/fastrpc/inc/
DAEEstd.h84 extern int std_strcmp(const char *s1, const char *s2);