Searched refs:relativePath (Results 1 – 16 of 16) sorted by relevance
299 String relativePath = "/"; in getRelativePath() local301 relativePath += BucketNames.CAMERA; in getRelativePath()303 relativePath += BucketNames.DOWNLOAD; in getRelativePath()305 relativePath += BucketNames.IMPORTED; in getRelativePath()307 relativePath += BucketNames.SCREENSHOTS; in getRelativePath()309 relativePath += BucketNames.EDITED_ONLINE_PHOTOS; in getRelativePath()317 relativePath = null; in getRelativePath()319 relativePath = path.substring(extStorage.getAbsolutePath().length()); in getRelativePath()322 return relativePath; in getRelativePath()
1197 final String relativePath = extractRelativePath(path);1198 if (relativePath == null) {1202 if (StringUtils.startsWithIgnoreCase(relativePath, "Android/media")) {1206 return StringUtils.startsWithIgnoreCase(relativePath, crossUserRoot + "/Android/media");1257 final String relativePath = extractRelativePath(path);1258 if (relativePath == null) {1262 return extractTopLevelDir(relativePath.split("/"));1423 String relativePath = values.getAsString(MediaColumns.RELATIVE_PATH);1424 if (relativePath == null) {1425 relativePath = "";[all …]
74 public String relativePath; field in WidgetDatabaseHelper.Entry86 relativePath = cursor.getString(INDEX_RELATIVE_PATH); in Entry()218 public boolean setWidget(int id, int type, String albumPath, String relativePath) { in setWidget() argument224 values.put(FIELD_RELATIVE_PATH, relativePath); in setWidget()290 values.put(FIELD_RELATIVE_PATH, entry.relativePath); in updateEntry()
167 String relativePath = null; in setChoosenAlbum() local176 relativePath = LocalAlbum.getRelativePath(bucketId); in setChoosenAlbum()178 + ", relative path: " + relativePath); in setChoosenAlbum()181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath); in setChoosenAlbum()
94 if (entry.relativePath != null && entry.relativePath.length() > 0) { in migrateGalleryWidgetsInternal()150 entry.relativePath = path.substring(RELATIVE_PATH_START); in updatePath()160 String newPath = NEW_EXT_PATH + entry.relativePath; in updateEntryUsingRelativePath()
45 var relativePath = file.canonicalFile.relativeTo(androidTopFile) in <lambda>() variable47 project.file("$outputDirectory/$relativePath").toPath() in <lambda>()
52 val relativePath = file.canonicalFile.relativeTo(sourcesRootDir) in <lambda>() constant53 val symbolicLinkPath = Path("${destinationDir.get()}/$relativePath") in <lambda>()
147 String relativePath = cursor.getString(relativePathColumn); in load() local149 file = new File(relativePath, displayName); in load()
1479 final String relativePath = extractRelativePath(audio.getAbsolutePath()); in testQueryAudioViewsNoItemWithColumn() local1487 values.put(MediaStore.Audio.Media.RELATIVE_PATH, relativePath); in testQueryAudioViewsNoItemWithColumn()1623 private static void assertRelativePathForDirectory(String directoryPath, String relativePath) { in assertRelativePathForDirectory() argument1626 .isEqualTo(relativePath); in assertRelativePathForDirectory()1653 private static void assertRelativePath(ContentValues values, String relativePath) { in assertRelativePath() argument1654 assertEquals(relativePath, values.get(ImageColumns.RELATIVE_PATH)); in assertRelativePath()1674 private String buildFile(Uri uri, String relativePath, String displayName, in buildFile() argument1677 if (relativePath != null) { in buildFile()1678 values.put(MediaColumns.RELATIVE_PATH, relativePath); in buildFile()
34 def relative = inputPath.relativePath(changedFile)
35 def relative = inputPath.relativePath(changedFile)
2105 String relativePath = "Android/media/" + DatabaseUtils.escapeForLike(packageName) + "/%"; in deleteAndroidMediaEntriesAndInvalidateDentryCache() local2110 new String[] { relativePath, packageName, "" + userId }, in deleteAndroidMediaEntriesAndInvalidateDentryCache() argument2909 String relativePath = extractRelativePathWithDisplayName(path); in getFilesInDirectoryForFuse() local2910 if (relativePath == null) { in getFilesInDirectoryForFuse()2934 queryArgs.putStringArray(QUERY_ARG_SQL_SELECTION_ARGS, new String[] {relativePath, in getFilesInDirectoryForFuse()4554 final String[] relativePath = values.getAsString(MediaColumns.RELATIVE_PATH).split("/"); in ensureFileColumns() local4555 final String primary = extractTopLevelDir(relativePath); in ensureFileColumns()4680 for (final String relativePath : relativePaths) { in assertPrivatePathNotInValues()4681 if (!isDataOrObbRelativePath(relativePath)) { in assertPrivatePathNotInValues()4696 "Inserting private file: " + relativePath + " is not allowed."); in assertPrivatePathNotInValues()[all …]
852 final String relativePath = FileUtils.extractRelativePath(path); in supportsTranscode() local860 if (supportedRelativePath.equalsIgnoreCase(relativePath)) { in supportsTranscode()
819 final String relativePath = cursor.getString(0); in getRelativePathAndDisplayNameForDownload() local821 if (relativePath == null || displayName == null) { in getRelativePathAndDisplayNameForDownload()825 return Pair.create(relativePath, displayName); in getRelativePathAndDisplayNameForDownload()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...