Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DUtilsHost.cpp91 PLOGE("pipe() for outPipe"); in execute()
96 PLOGE("pipe() for errPipe"); in execute()
102 PLOGE("fork()"); in execute()
156 PLOGE("poll()"); in execute()
161 PLOGE("read(stdout)"); in execute()
165 PLOGE("read(stderr)"); in execute()
177 PLOGE("waitpid(%d)", pid); in execute()
DOS_unix_base.cpp36 PLOGE("Failed setNonBlocking: Could not get flags for fd"); in setNonBlocking()
40 PLOGE("Failed setNonBlocking: Could not set non-blocking flag for fd"); in setNonBlocking()
DUtils.h28 #define PLOGE(fmt, ...) \ macro