HomeSort by relevance Sort by last modified time
    Searched refs:PrintfToNewString (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
handlers.c 147 *out_error = PrintfToNewString("Param index %u >= MAX_PARAMS (%d)",
155 PrintfToNewString("Expected param at index %d to be a string", index);
196 PrintfToNewString("Expected param at index %d to be an int32", index);
202 *out_error = PrintfToNewString("File index %d is out range", file_index);
207 *out_error = PrintfToNewString("File index %d is not open", file_index);
233 PrintfToNewString("Expected param at index %d to be an int32", index);
239 *out_error = PrintfToNewString("Dir at index %d is out range", dir_index);
244 *out_error = PrintfToNewString("Dir index %d is not open", dir_index);
268 PrintfToNewString("Expected param at index %d to be an int32", index);
298 PrintfToNewString("Unable to set \"cmd\" key in result dictionary")
    [all...]
nacl_io_demo.h 18 char* PrintfToNewString(const char* format, ...) PRINTF_LIKE(1, 2);
nacl_io_demo.c 121 char* PrintfToNewString(const char* format, ...) {

Completed in 140 milliseconds