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

  /external/chromium-trace/catapult/third_party/webtest/webtest/
app.py 472 key, filename, value, fcontent = self._get_file_info(file_info)
483 if not fcontent:
484 fcontent = mimetypes.guess_type(filename.decode('utf8'))[0]
485 fcontent = to_bytes(fcontent)
486 fcontent = fcontent or b'application/octet-stream'
491 b'Content-Type: ' + fcontent, b'', value])
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 350 fcontent = mimetypes.guess_type(filename)[0]
352 % (fcontent or 'application/octet-stream'))
    [all...]

Completed in 74 milliseconds