Searched refs:work_dir (Results 1 – 2 of 2) sorted by relevance
431 def CreateApex(args, work_dir): argument457 content_dir = os.path.join(work_dir, 'content')463 manifests_dir = os.path.join(work_dir, 'manifests')505 compiled_file_contexts = os.path.join(work_dir, 'file_contexts.bin')597 android_manifest_file = os.path.join(work_dir, 'AndroidManifest.xml')629 apk_file = os.path.join(work_dir, 'apex.apk')653 zip_file = os.path.join(work_dir, 'apex.zip')664 unaligned_apex_file = os.path.join(work_dir, 'unaligned.apex')700 with TempDirectory() as work_dir:701 success = CreateApex(args, work_dir)
236 DEFINE_string work_dir "${TMPDIR:-/tmp}" "Where to dump temporary files."