Home
last modified time | relevance | path

Searched refs:subDirPath (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/util_apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java158 String subDirPath = dirName + "/" + subDirName; in testPullDir() local
163 mHandler.pushFile(tmpFile, "/sdcard/" + subDirPath + "/" + tmpFile.getName()); in testPullDir()
/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java338 String subDirPath = devicePath + "/" + subDirName; in testPullDir_RecursiveSubDir() local
342 doReturn(createMockDirRow(subDirName, subDirPath)) in testPullDir_RecursiveSubDir()
351 doReturn(createMockFileRow(fileName, subDirPath + "/" + fileName, "text/plain")) in testPullDir_RecursiveSubDir()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java303 final String subDirPath = testPath + "/" + subFolderName; in testRun_nested() local
316 when(mMockITestDevice.isDirectory(subDirPath)).thenReturn(true); in testRun_nested()
323 when(mMockITestDevice.getChildren(subDirPath)).thenReturn(files2); in testRun_nested()