Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/
Dfat16copy.py226 chunk = self.backing.fs.allocate(size) if size > 0 else 0
247 chunk = self.backing.fs.allocate(1)
632 def allocate(self, amount): member in fat
708 return_cluster = self.allocate(amount)
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java1097 ByteBuffer modifiedEocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()