OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
785
gchar*
data_dump
= g_key_file_to_data(key_file, &length, NULL);
local
786
if (
data_dump
) {
787
// If strlen(
data_dump
[0]) == 0, this check will fail.
788
if (
data_dump
[0] == '\n') {
791
output_buffer += (
data_dump
+ 1);
793
output_buffer +=
data_dump
;
795
g_free(
data_dump
);
819
gchar*
data_dump
= g_key_file_to_data(key_file, &length, NULL);
local
821
if (
data_dump
) {
822
// If strlen(
data_dump
[0]) == 0, this check will fail
[
all
...]
Completed in 701 milliseconds