Searched refs:copyLabelFileToDir (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | MixKernelTargetPreparer.java | 147 copyLabelFileToDir(fileKey, srcFile, tmpKernelDir); in setUp() 150 copyLabelFileToDir(fileKey, srcFile, tmpGkiDir); in setUp() 153 copyLabelFileToDir(fileKey, srcFile, tmpDeviceDir); in setUp() 226 void copyLabelFileToDir(String fileKey, File srcFile, File destDir) throws IOException { in copyLabelFileToDir() method in MixKernelTargetPreparer
|
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | MixKernelTargetPreparerTest.java | 86 mk.copyLabelFileToDir("{kernel}Image.gz", srcFile1, tmpDir); in testCopyLabelFileToDir() 87 mk.copyLabelFileToDir("{device}some-img-001{zip}", srcFile2, tmpDir); in testCopyLabelFileToDir()
|