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

  /build/make/tools/releasetools/
blockimgdiff.py 604 # id. 'stashes' records the map from 'hash' to the ref count. The stash
606 stashes = {}
614 if sh in stashes:
615 stashes[sh] += 1
617 stashes[sh] = 1
644 assert sh in stashes
646 stashes[sh] -= 1
647 if stashes[sh] == 0:
650 stashes.pop(sh)
820 # Command xf defines (stores) all the stashes in stash_before
    [all...]
  /bootable/recovery/updater/include/private/
commands.h 106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes)
110 stashes_(std::move(stashes)) {
263 // (loads data from stashes only)
270 // (loads data from both of source image and stashes)
469 // Maximum number of stashes that exist at the same time.
  /bootable/recovery/updater/
commands.cpp 84 // (loads data from stashes only)
90 // (loads data from both of source image and stashes)
118 // no source ranges, only stashes
128 // No stashes, only source ranges.
151 std::vector<StashInfo> stashes; local
165 stashes.emplace_back(pairs[0], stash_location);
168 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes);
349 // Read in the stashes.
  /external/syzkaller/vendor/golang.org/x/net/http2/
frame.go 523 // stashes away a public reason to the caller can optionally relay it
    [all...]

Completed in 483 milliseconds