OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
840
gchar*
data_dump
= g_key_file_to_data(key_file, &length, NULL);
local
841
if (
data_dump
) {
842
// If strlen(
data_dump
[0]) == 0, this check will fail.
843
if (
data_dump
[0] == '\n') {
846
output_buffer += (
data_dump
+ 1);
848
output_buffer +=
data_dump
;
850
g_free(
data_dump
);
879
gchar*
data_dump
= g_key_file_to_data(key_file, &length, NULL);
local
881
if (
data_dump
) {
882
// If strlen(
data_dump
[0]) == 0, this check will fail
[
all
...]
Completed in 3617 milliseconds