Searched refs:tmpdir (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | common.py | 833 def GetUserImage(which, tmpdir, input_zip, argument 874 img = GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, 880 return GetNonSparseImage(which, tmpdir, hashtree_info_generator) 883 def GetNonSparseImage(which, tmpdir, hashtree_info_generator=None): argument 894 path = os.path.join(tmpdir, "IMAGES", which + ".img") 895 mappath = os.path.join(tmpdir, "IMAGES", which + ".map") 904 def GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, argument 923 path = os.path.join(tmpdir, "IMAGES", which + ".img") 924 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
|
/build/make/core/ |
D | config.mk | 205 JAVA_TMPDIR_ARG := -Djava.io.tmpdir=$(TMPDIR)
|