Home
last modified time | relevance | path

Searched refs:copyLabelFileToDir (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DMixKernelTargetPreparer.java147 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/
DMixKernelTargetPreparerTest.java86 mk.copyLabelFileToDir("{kernel}Image.gz", srcFile1, tmpDir); in testCopyLabelFileToDir()
87 mk.copyLabelFileToDir("{device}some-img-001{zip}", srcFile2, tmpDir); in testCopyLabelFileToDir()