Searched refs:workingDirs (Results 1 – 1 of 1) sorted by relevance
57 private Map<ITestDevice, List<String>> workingDirs = new HashMap<>(); field in OverlayFsUtils80 if (!workingDirs.containsKey(device)) { in makeWritable()82 workingDirs.put(device, dirs); in makeWritable()84 dirs = workingDirs.get(device); in makeWritable()167 if (workingDirs.containsKey(device)) { in finished()168 for (String dir : workingDirs.get(device)) { in finished()