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

  /external/google-breakpad/src/common/linux/
http_upload.h 49 // upload_file, as a multipart POST request to the given URL.
63 const string &upload_file,
http_upload.cc 59 const string &upload_file,
141 CURLFORM_FILE, upload_file.c_str(),
  /external/google-breakpad/src/common/windows/
http_upload.h 58 // upload_file, as a multipart POST request to the given URL.
70 const wstring &upload_file,
95 const wstring &upload_file,
http_upload.cc 67 const wstring &upload_file,
146 if (!GenerateRequestBody(parameters, upload_file,
271 const wstring &upload_file,
276 if (!GetFileContents(upload_file, &contents)) {
297 string filename_utf8 = WideToUTF8(upload_file);
  /external/autotest/frontend/afe/
views.py 107 for file_name, upload_file in request.FILES.iteritems():
109 TEMPT_DIR, '_'.join([file_name, upload_file.name]))
111 for chunk in upload_file.chunks():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
upload.py 60 self.upload_file(command, pyversion, filename)
62 def upload_file(self, command, pyversion, filename): member in class:upload
  /external/python/cpython2/Lib/distutils/command/
upload.py 62 self.upload_file(command, pyversion, filename)
64 def upload_file(self, command, pyversion, filename): member in class:upload
  /external/python/cpython3/Lib/distutils/command/
upload.py 64 self.upload_file(command, pyversion, filename)
66 def upload_file(self, command, pyversion, filename): member in class:upload
  /external/python/setuptools/setuptools/command/
upload_docs.py 101 self.upload_file(zip_file)
144 def upload_file(self, filename): member in class:upload_docs

Completed in 822 milliseconds