Lines Matching refs:join
87 binary_path = os.path.join(path, binary)
90 raise Exception("Failed to find binary " + binary + " in path " + ":".join(tool_path_list))
99 print("Running: " + " ".join(cmd))
107 assert p.returncode is 0, "Failed to execute: " + " ".join(cmd)
116 size += RoundUp(os.path.getsize(os.path.join(dirpath, f)), BLOCK_SIZE)
216 content_dir = os.path.join(work_dir, 'content')
222 manifests_dir = os.path.join(work_dir, 'manifests')
224 manifest_file = os.path.join(manifests_dir, 'apex_manifest.json')
235 img_file = os.path.join(content_dir, 'apex_payload.img')
260 compiled_file_contexts = os.path.join(work_dir, 'file_contexts.bin')
322 img_file = os.path.join(content_dir, 'apex_payload.zip')
333 android_manifest_file = os.path.join(work_dir, 'AndroidManifest.xml')
346 shutil.copyfile(args.manifest, os.path.join(content_dir, 'apex_manifest.json'))
350 shutil.copyfile(args.pubkey, os.path.join(content_dir, "apex_pubkey"))
352 apk_file = os.path.join(work_dir, 'apex.apk')
373 zip_file = os.path.join(work_dir, 'apex.zip')
379 if os.path.isfile(os.path.join(content_dir, file_)):
384 unaligned_apex_file = os.path.join(work_dir, 'unaligned.apex')