OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_buf
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
remote-cstms.c
238
static char sock_buf[20], retsock_buf[20],
id_buf
[20];
240
{ EXPORT_COMMAND, "-id", sock_buf, retsock_buf,
id_buf
, 0 };
245
(void) sprintf (
id_buf
, "%x", permit.id);
236
static char sock_buf[20], retsock_buf[20],
id_buf
[20];
local
/external/linux-tools-perf/src/tools/perf/util/
parse-events.c
162
char
id_buf
[24];
local
190
if (read(fd,
id_buf
, sizeof(
id_buf
)) < 0) {
195
id = atoll(
id_buf
);
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 511 milliseconds