Home
last modified time | relevance | path

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

/libcore/tools/upstream/src/main/java/libcore/
DCompareUpstreams.java189 Path maybePath = snapshotRoot in run() local
192 upstreamFile = maybePath.toFile().exists() ? maybePath : null; in run()