Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ toTmpFile
Method
toTmpFile
android/src/DownloadUtil.java:115–117 ·
view source on GitHub ↗
(String finalPath)
Source
from the content-addressed store, hash-verified
113
}
114
115
File toTmpFile(String finalPath) {
116
return
new
File(downloadDirectory, Uri.encode(finalPath));
117
}
118
119
String toTmpPath(String finalPath) {
120
return
toTmpFile(finalPath).toString();
Callers
2
toTmpPath
Method · 0.95
enqueue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected