Searched refs:temp (Results 1 – 6 of 6) sorted by relevance
791 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument796 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock()811 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local818 temp.write(message); in signWholeFile()819 temp.write(0); in signWholeFile()821 cmsOut.writeSignatureBlock(temp); in signWholeFile()835 int total_size = temp.size() + 6; in signWholeFile()841 temp.write(signature_start & 0xff); in signWholeFile()842 temp.write((signature_start >> 8) & 0xff); in signWholeFile()850 temp.write(0xff); in signWholeFile()[all …]
391 $(hide) mkdir -p $(dir $@) && rm -f $@ $@.temp393 echo $(PRIVATE_SDK_LIBS) | tr ' ' '\n' > $@.temp,\394 touch $@.temp)396 cat $(PRIVATE_EXPORTED_SDK_LIBS_FILES) >> $@.temp)397 $(hide) cat $@.temp | sort -u > $@398 $(hide) rm -f $@.temp
54 TMPDIR = /tmp/build-temp
113 my_tidy_flags += -extra-arg-before=c++-temp-dtor-inlining=false
21 ; Allow writes to user-specific temp folders (Java stores hsperfdata there)
592 temp = {}599 temp[match.group(1)] = line.strip()600 return temp