Home
last modified time | relevance | path

Searched refs:copy2 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/car_product/car_ui_portrait/tools/
H A Dexport_emulator.py6 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 DNdkCommon.cpp75 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 DClipStorageTest.java124 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 DNdkCommon.h72 bool (*copy2)(const char* key, AMediaFormat* from, AMediaFormat* to); member
/aosp12/frameworks/rs/
H A Dbuild_rs.py50 shutil.copy2(src, dst)
/aosp12/system/bt/test/
H A Dgen_coverage.py183 shutil.copy2(source_file, dest_file)
/aosp12/system/tools/mkbootimg/
H A Drepack_bootimg.py277 shutil.copy2(src_pathname, dst_pathname, follow_symlinks=False)