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

  /build/tools/releasetools/
ota_from_target_files 474 WriteMetadata(metadata, output_zip)
482 def WriteMetadata(metadata, output_zip):
800 WriteMetadata(metadata, output_zip)
    [all...]
  /external/chromium/net/http/
http_cache.cc 227 // Implementes the bulk of HttpCache::WriteMetadata.
276 result = transaction_->WriteMetadata(buf_, buf_len_, &callback_);
437 void HttpCache::WriteMetadata(const GURL& url,
    [all...]
http_cache_transaction.cc 168 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len,
    [all...]
  /external/chromium_org/net/http/
http_cache.cc 199 // Implements the bulk of HttpCache::WriteMetadata.
250 result = transaction_->WriteMetadata(
367 void HttpCache::WriteMetadata(const GURL& url,
    [all...]
http_cache_transaction.cc 244 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len,
    [all...]

Completed in 3036 milliseconds