Searched refs:work_dir (Results 1 – 12 of 12) sorted by relevance
/aosp12/bionic/benchmarks/linker_relocation/ |
H A D | gen_bench.sh | 50 work_dir=$top/tmp 51 mkdir -p $work_dir 52 cd $work_dir 70 -L $work_dir/SYSTEM/system_ext/apex/com.android.art.debug/lib64 \ 71 -L $work_dir/SYSTEM/system_ext/apex/com.android.runtime/lib64/bionic \ 72 -L $work_dir/SYSTEM/lib64 \ 73 $work_dir/SYSTEM/lib64/libandroid_servers.so \ 74 $work_dir/libandroid_servers_arm64.json 78 python3 -B $top/regen/gen_bench.py $work_dir/libandroid_servers_arm64.json $top/gen 82 rm -rf $work_dir
|
H A D | run_bench_with_ninja.sh | 116 work_dir=$tmp_dir/linker-reloc-bench 118 python3 -B $top/regen/gen_bench.py --ninja --cc "$cc" $json_file $work_dir 128 target_dir=$work_dir
|
/aosp12/system/apex/tools/ |
H A D | apex_compression_tool.py | 70 def RunCompress(args, work_dir): argument 94 original_apex = os.path.join(work_dir, 'original_apex') 96 cmd.extend(['-C', work_dir]) 102 extract_dir = os.path.join(work_dir, 'extract') 113 zip_obj.extract('apex_payload.img', path= work_dir) 114 image_path = os.path.join(work_dir, 'apex_payload.img') 191 with TempDirectory() as work_dir: 192 success = args.func(args, work_dir)
|
/aosp12/bootable/recovery/updater/ |
H A D | update_simulator_main.cpp | 61 std::string work_dir; in main() local 96 work_dir = optarg; in main() 140 if (work_dir.empty()) { in main() 141 work_dir = source_temp_dir.path; in main() 144 BuildInfo source_build_info(work_dir, keep_images); in main()
|
H A D | target_files.cpp | 240 const std::string_view work_dir, TemporaryFile* image_file) const { in ExtractImage() argument 251 TemporaryFile sparse_image{ std::string(work_dir) }; in ExtractImage()
|
/aosp12/system/apex/apexer/ |
H A D | apexer.py | 442 def CreateApex(args, work_dir): argument 467 content_dir = os.path.join(work_dir, 'content') 473 manifests_dir = os.path.join(work_dir, 'manifests') 512 with tempfile.NamedTemporaryFile(dir=work_dir, suffix="mke2fs.conf") as conf_file: 520 compiled_file_contexts = os.path.join(work_dir, 'file_contexts.bin') 652 android_manifest_file = os.path.join(work_dir, 'AndroidManifest.xml') 684 apk_file = os.path.join(work_dir, 'apex.apk') 708 zip_file = os.path.join(work_dir, 'apex.zip') 719 unaligned_apex_file = os.path.join(work_dir, 'unaligned.apex') 755 with TempDirectory() as work_dir: [all …]
|
/aosp12/art/build/apex/ |
H A D | runtests.sh | 161 rm -rf "$work_dir" 174 work_dir=$(mktemp -d) 177 art_apex_test_args="--tmpdir $work_dir"
|
/aosp12/bootable/recovery/updater/include/updater/ |
H A D | build_info.h | 46 BuildInfo(const std::string_view work_dir, bool keep_images) in BuildInfo() argument 47 : work_dir_(work_dir), keep_images_(keep_images) {} in BuildInfo()
|
H A D | target_files.h | 57 const std::string_view work_dir, TemporaryFile* image_file) const;
|
/aosp12/build/make/tools/ |
H A D | compare_builds.py | 372 def RunBuild(work_dir, out_dir, target, hide_build_output): argument 374 returncode, output = RunSoong(work_dir, 377 if work_dir != out_dir: 378 os.replace(work_dir, out_dir)
|
/aosp12/bootable/recovery/tests/unit/host/ |
H A D | update_simulator_test.cpp | 95 TemporaryDir work_dir; in RunSimulation() local 96 BuildInfo build_info(work_dir.path, false); in RunSimulation()
|
/aosp12/system/update_engine/scripts/ |
H A D | brillo_update_payload | 248 DEFINE_string work_dir "${TMPDIR:-/tmp}" "Where to dump temporary files."
|