Lines Matching refs:join
178 binary_path = os.path.join(path, binary)
182 ':'.join(tool_path_list))
192 print('Running: ' + ' '.join(cmd))
200 assert p.returncode is 0, 'Failed to execute: ' + ' '.join(cmd)
210 path = os.path.join(dirpath, f)
457 content_dir = os.path.join(work_dir, 'content')
463 manifests_dir = os.path.join(work_dir, 'manifests')
465 copyfile(args.manifest, os.path.join(manifests_dir, 'apex_manifest.pb'))
468 copyfile(args.manifest_json, os.path.join(manifests_dir, 'apex_manifest.json'))
480 img_file = os.path.join(content_dir, 'apex_payload.img')
505 compiled_file_contexts = os.path.join(work_dir, 'file_contexts.bin')
580 img_file = os.path.join(content_dir, 'apex_payload.zip')
597 android_manifest_file = os.path.join(work_dir, 'AndroidManifest.xml')
616 copyfile(args.manifest, os.path.join(content_dir, 'apex_manifest.pb'))
618 copyfile(args.manifest_json, os.path.join(content_dir, 'apex_manifest.json'))
622 shutil.copyfile(args.pubkey, os.path.join(content_dir, 'apex_pubkey'))
626 with open(os.path.join(content_dir, 'apex_build_info.pb'), "wb") as f:
629 apk_file = os.path.join(work_dir, 'apex.apk')
653 zip_file = os.path.join(work_dir, 'apex.zip')
659 if os.path.isfile(os.path.join(content_dir, file_)):
664 unaligned_apex_file = os.path.join(work_dir, 'unaligned.apex')