Searched refs:copy2 (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/services/Car/car_product/car_ui_portrait/tools/ |
H A D | export_emulator.py | 6 from shutil import copy2, copytree, rmtree 22 copy2(fromProductOut('system-qemu.img'), os.path.join(outputDir, 'system.img')) 23 copy2(fromProductOut('vendor-qemu.img'), os.path.join(outputDir, 'vendor.img')) 25 copy2(fromProductOut('kernel-ranchu-64'), outputDir) 27 copy2(fromProductOut('kernel-ranchu'), outputDir) 28 copy2(fromProductOut('ramdisk-qemu.img'), os.path.join(outputDir, 'ramdisk.img')) 29 copy2(fromProductOut('encryptionkey.img'), outputDir) 32 copy2(fromTop('device/generic/goldfish/data/etc/userdata.img'), outputDir) 35 copy2(fromProductOut('VerifiedBootParams.textproto'), outputDir) 36 copy2(fromProductOut('config.ini'), outputDir) [all …]
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/ |
H A D | NdkCommon.cpp | 75 if (!entry.copy(entry.key, from, to) && entry.copy2 != nullptr) { in CopyFormatEntries() 76 entry.copy2(entry.key, from, to); in CopyFormatEntries()
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/ |
H A D | ClipStorageTest.java | 124 File copy2 = mStorage.getFile(mSlot); in testReadConcurrently() local 126 try(ClipStorageReader reader2 = mStorage.createReader(copy2)){ in testReadConcurrently()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/ |
H A D | NdkCommon.h | 72 bool (*copy2)(const char* key, AMediaFormat* from, AMediaFormat* to); member
|
/aosp12/frameworks/rs/ |
H A D | build_rs.py | 50 shutil.copy2(src, dst)
|
/aosp12/system/bt/test/ |
H A D | gen_coverage.py | 183 shutil.copy2(source_file, dest_file)
|
/aosp12/system/tools/mkbootimg/ |
H A D | repack_bootimg.py | 277 shutil.copy2(src_pathname, dst_pathname, follow_symlinks=False)
|