OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nacl_io_log
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
log.h
14
nacl_io_log
(LOG_PREFIX format "\n", ##__VA_ARGS__)
20
nacl_io_log
(LOG_PREFIX "error: " format "\n", ##__VA_ARGS__)
23
nacl_io_log
(LOG_PREFIX "warning: " format "\n", ##__VA_ARGS__)
34
void
nacl_io_log
(const char* format, ...) PRINTF_LIKE(1, 2);
log.c
14
void
nacl_io_log
(const char* format, ...) {
function
Completed in 244 milliseconds