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.java789 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument
794 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock()
809 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local
816 temp.write(message); in signWholeFile()
817 temp.write(0); in signWholeFile()
819 cmsOut.writeSignatureBlock(temp); in signWholeFile()
833 int total_size = temp.size() + 6; in signWholeFile()
839 temp.write(signature_start & 0xff); in signWholeFile()
840 temp.write((signature_start >> 8) & 0xff); in signWholeFile()
848 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
Dbinary.mk1530 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.py577 temp = {}
584 temp[match.group(1)] = line.strip()
585 return temp
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js3873 var i = results.length, j, temp;
3876 temp = results[i];
3878 results[j] = temp;