Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ getFile
Method
getFile
src/plugins/sdcard/src/android/SDcard.java:1120–1122 ·
view source on GitHub ↗
(Uri uri)
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
private
DocumentFile getFile(Uri uri) {
1121
return
getFile(uri.toString());
1122
}
1123
1124
private
DocumentFile getFile(String filePath) {
1125
Uri fileUri = Uri.parse(filePath);
Callers
3
run
Method · 0.95
copy
Method · 0.95
copyFile
Method · 0.95
Calls
3
matches
Method · 0.80
getPath
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected