Searched refs:localPath (Results 1 – 3 of 3) sorted by relevance
68 String localPath; field in CacheManager.CacheResult121 return localPath; in getLocalPath()
1746 String localPath = super.getString(getColumnIndex(COLUMN_LOCAL_FILENAME)); in getLocalUri() local1747 if (localPath == null) { in getLocalUri()1750 return Uri.fromFile(new File(localPath)).toString(); in getLocalUri()
3901 private void storeBytesToInstallationFile(final String localPath, final String absolutePath,3907 incrementalFileStorages.makeFile(localPath, bytes, 0777);