Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java113 Path pathCreated = Paths.get(outputPath); in addPushedFile() local
116 while (pathCreated.getParent() != null in addPushedFile()
117 && !device.doesFileExist(pathCreated.getParent().toString())) { in addPushedFile()
118 pathCreated = pathCreated.getParent(); in addPushedFile()
121 mPushedFiles.add(pathCreated.toString()); in addPushedFile()