Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java791 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument
796 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock()
811 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local
818 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 …]
/build/make/core/
Djava_common.mk391 $(hide) mkdir -p $(dir $@) && rm -f $@ $@.temp
393 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
Ddumpconfig.mk54 TMPDIR = /tmp/build-temp
Dbinary.mk113 my_tidy_flags += -extra-arg-before=c++-temp-dtor-inlining=false
/build/soong/ui/build/sandbox/darwin/
Dglobal.sb21 ; Allow writes to user-specific temp folders (Java stores hsperfdata there)
/build/make/tools/releasetools/
Dmerge_target_files.py592 temp = {}
599 temp[match.group(1)] = line.strip()
600 return temp