Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dcommon.py1606 def GetUserImage(which, tmpdir, input_zip, argument
1647 img = GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks,
1652 return GetNonSparseImage(which, tmpdir, hashtree_info_generator)
1655 def GetNonSparseImage(which, tmpdir, hashtree_info_generator=None): argument
1666 path = os.path.join(tmpdir, "IMAGES", which + ".img")
1667 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
1676 def GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks, argument
1695 path = os.path.join(tmpdir, "IMAGES", which + ".img")
1696 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
/build/make/core/
Dconfig.mk286 JAVA_TMPDIR_ARG := -Djava.io.tmpdir=$(TMPDIR)