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

  /external/chromium_org/sandbox/win/src/
process_thread_dispatcher.cc 69 wchar_t file_buffer[MAX_PATH]; local
77 result = ::SearchPath(NULL, path->c_str(), NULL, MAX_PATH, file_buffer,
84 MAX_PATH, file_buffer, &file_part);
90 *path = file_buffer;
  /system/core/adb/
file_sync_client.c 282 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf,
295 memcpy(sbuf->data, &file_buffer[total], count);
343 char* file_buffer = NULL; local
358 free(file_buffer);
362 if (file_buffer) {
363 write_data_buffer(fd, file_buffer, size, sbuf, show_progress);
364 free(file_buffer);

Completed in 143 milliseconds