MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / toTmpPath

Method toTmpPath

android/src/DownloadUtil.java:119–121  ·  view source on GitHub ↗
(String finalPath)

Source from the content-addressed store, hash-verified

117 }
118
119 String toTmpPath(String finalPath) {
120 return toTmpFile(finalPath).toString();
121 }
122
123 void enumerate(long handler) {
124 DownloadManager.Query query = new DownloadManager.Query();

Callers 1

cancelMethod · 0.95

Calls 2

toTmpFileMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected