Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java279 File nestedDir = new File(cacheRoot, "aa"); in testConstructor_createCache() local
280 nestedDir.mkdir(); in testConstructor_createCache()
281 File nestedFile = new File(nestedDir, "anotherpath"); in testConstructor_createCache()