Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cancel
Method · 0.95
Calls
2
toTmpFile
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected