OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENT_PAGE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
goldfish_trace.c
50
static char exec_path[
CLIENT_PAGE_SIZE
];
51
static char exec_arg[
CLIENT_PAGE_SIZE
];
127
vstrcpy(value, exec_path,
CLIENT_PAGE_SIZE
);
138
memcheck_get_guest_kernel_string(exec_path, value,
CLIENT_PAGE_SIZE
);
182
vstrcpy(value, exec_path,
CLIENT_PAGE_SIZE
);
196
vstrcpy(value, exec_path,
CLIENT_PAGE_SIZE
);
207
memcheck_get_guest_kernel_string(exec_path, value,
CLIENT_PAGE_SIZE
);
224
vstrcpy(value, exec_path,
CLIENT_PAGE_SIZE
);
237
vstrcpy(value, exec_arg,
CLIENT_PAGE_SIZE
);
252
vstrcpy(value, exec_arg,
CLIENT_PAGE_SIZE
);
[
all
...]
goldfish_trace.h
17
#define
CLIENT_PAGE_SIZE
4096
Completed in 204 milliseconds