Searched refs:readLogConfigFromPath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/fastrpc/src/ |
H A D | log_config.c | 163 static int readLogConfigFromPath(int dom, const char* base, const char* file){ in readLogConfigFromPath() function 267 …return readLogConfigFromPath(dom, log_config_watcher[dom].paths[i].data, log_config_watcher[dom].f… in readLogConfigFromEvent() 269 …return readLogConfigFromPath(dom, log_config_watcher[dom].paths[i].data, log_config_watcher[dom].a… in readLogConfigFromEvent() 271 …return readLogConfigFromPath(dom, log_config_watcher[dom].paths[i].data, log_config_watcher[dom].p… in readLogConfigFromEvent() 330 …if (0 == readLogConfigFromPath(dom, log_config_watcher[dom].paths[i].data, log_config_watcher[dom]… in file_watcher_thread()
|