Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ getWaypointFileForUri
Method
getWaypointFileForUri
android/src/FileProvider.java:133–133 ·
view source on GitHub ↗
(int id, String filename)
Source
from the content-addressed store, hash-verified
131
}
132
133
private
static
native String getWaypointFileForUri(
int
id, String filename);
134
135
private
File getFileForUri(Uri uri) {
136
String path = uri.getEncodedPath();
Callers
1
getFileForUri
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected