Searched refs:work_dir (Results 1 – 5 of 5) sorted by relevance
/system/apex/tools/ |
D | apex_compression_tool.py | 70 def RunCompress(args, work_dir): argument 97 original_apex = os.path.join(work_dir, 'original_apex') 99 cmd.extend(['-C', work_dir]) 105 extract_dir = os.path.join(work_dir, 'extract') 116 zip_obj.extract('apex_payload.img', path= work_dir) 117 image_path = os.path.join(work_dir, 'apex_payload.img') 198 with TempDirectory() as work_dir: 199 success = args.func(args, work_dir)
|
D | apex_elf_checker.py | 105 def ScanElfFiles(work_dir): argument 106 for parent, _, files in os.walk(work_dir): 117 with tempfile.TemporaryDirectory() as work_dir: 127 work_dir, 135 for file in ScanElfFiles(work_dir):
|
/system/apex/apexer/ |
D | apexer.py | 483 def CreateImageExt4(args, work_dir, manifests_dir, img_file): argument 515 with tempfile.NamedTemporaryFile(dir=work_dir, 524 compiled_file_contexts = os.path.join(work_dir, 'file_contexts.bin') 604 def CreateImageErofs(args, work_dir, manifests_dir, img_file): argument 608 tmp_input_dir = os.path.join(work_dir, 'tmp_input_dir') 637 def CreateImage(args, work_dir, manifests_dir, img_file): argument 640 CreateImageExt4(args, work_dir, manifests_dir, img_file) 644 CreateImageErofs(args, work_dir, manifests_dir, img_file) 697 def CreateApexPayload(args, work_dir, content_dir, manifests_dir, argument 712 CreateImage(args, work_dir, manifests_dir, img_file) [all …]
|
/system/sepolicy/tests/ |
D | apex_sepolicy_tests.py | 196 def do_main(work_dir): argument 203 lib_path = extract_data(LIBSEPOLWRAP, work_dir) 204 policy_path = extract_data('precompiled_sepolicy', work_dir)
|
/system/update_engine/scripts/ |
D | brillo_update_payload | 268 DEFINE_string work_dir "${TMPDIR:-/tmp}" "Where to dump temporary files."
|