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

  /external/libmtp/src/
util.h 26 void data_dump(FILE *f, void *buf, uint32_t nbytes);
util.c 48 void data_dump (FILE *f, void *buf, uint32_t n) function
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 771 gchar* data_dump = g_key_file_to_data(key_file, &length, NULL); local
772 if (data_dump) {
773 // If strlen(data_dump[0]) == 0, this check will fail.
774 if (data_dump[0] == '\n') {
777 output_buffer += (data_dump + 1);
779 output_buffer += data_dump;
781 g_free(data_dump);
805 gchar* data_dump = g_key_file_to_data(key_file, &length, NULL); local
807 if (data_dump) {
808 // If strlen(data_dump[0]) == 0, this check will fail
    [all...]

Completed in 144 milliseconds