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 247 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf)
259 memcpy(sbuf->data, &file_buffer[total], count);
303 char* file_buffer = NULL; local
335 file_buffer = (char *)malloc(size);
336 if (file_buffer == NULL) {
342 amt = adb_read(lfd, file_buffer, size);
346 free(file_buffer);
352 zip = init_zipfile(file_buffer, size);
356 free(file_buffer);
365 free(file_buffer);
    [all...]

Completed in 89 milliseconds