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

  /external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.cc 163 char id_buf[256 / 8]; // 256-bits for SHA256 local
167 crypto::SHA256HashString(input, &id_buf, sizeof(id_buf));
169 base::HexEncode(reinterpret_cast<const void*>(id_buf), sizeof(id_buf)));
173 crypto::SHA256HashString(input, &id_buf, sizeof(id_buf));
175 reinterpret_cast<const void*>(id_buf),
176 sizeof(id_buf)));
  /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/util/
parse-events.c 171 char id_buf[4]; local
199 if (read(fd, id_buf, sizeof(id_buf)) < 0) {
204 id = atoll(id_buf);
449 char id_buf[4]; local
460 if (read(fd, id_buf, sizeof(id_buf)) < 0) {
466 id = atoll(id_buf);
  /external/chromium_org/components/breakpad/app/
breakpad_linux.cc 1372 char id_buf[17]; \/\/ Crash report IDs are expected to be 16 chars. local
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 218 char id_buf[kVidPidSize]; local
222 const bool success = fread(id_buf, kVidPidSize, 1, file) == 1;
226 id->append(id_buf, kVidPidSize);

Completed in 95 milliseconds