Searched refs:pathCreated (Results 1 – 1 of 1) sorted by relevance
113 Path pathCreated = Paths.get(outputPath); in addPushedFile() local116 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()