Home
last modified time | relevance | path

Searched defs:oldPath (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3090 private void scanRenamedDirectoryForFuse(@NonNull String oldPath, @NonNull String newPath) { in scanRenamedDirectoryForFuse()
3167 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values) { in updateDatabaseForFuseRename()
3172 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values, in updateDatabaseForFuseRename()
3182 @NonNull String oldPath, @NonNull String newPath, @NonNull ContentValues values, in updateDatabaseForFuseRename()
3233 private boolean deleteForFuseRename(DatabaseHelper helper, String oldPath, in deleteForFuseRename()
3306 private ArrayList<String> getAllFilesForRenameDirectory(String oldPath) { in getAllFilesForRenameDirectory()
3334 private ArrayList<String> getWritableFilesForRenameDirectory(String oldPath, String newPath) in getWritableFilesForRenameDirectory()
3403 private int renameInLowerFs(String oldPath, String newPath) { in renameInLowerFs()
3435 private int renameDirectoryCheckedForFuse(String oldPath, String newPath) { in renameDirectoryCheckedForFuse()
3448 private int renameDirectoryUncheckedForFuse(String oldPath, String newPath, in renameDirectoryUncheckedForFuse()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DXMLSource.java296 private final String oldPath; field in XMLSource.Alias
308 String oldPath = aliasPath.substring(0, pos); in make() local
314 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias()
363 static String addRelative(String oldPath, String relativePath) { in addRelative()
381 public static String stripLastElement(String oldPath) { in stripLastElement()
410 public String changeNewToOld(String fullPath, String newPath, String oldPath) { in changeNewToOld()
H A DDiffLanguageGroups.java43 String oldPath = CLDRPaths.COMMON_DIRECTORY + "supplemental-temp/languageGroup43.xml"; in main() local
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java233 @Override public void link(String oldPath, String newPath) throws ErrnoException { in link()
371 @Override public void rename(String oldPath, String newPath) throws ErrnoException { in rename()
432 @Override public void symlink(String oldPath, String newPath) throws ErrnoException { in symlink()
H A DForwardingOs.java454 …public void link(String oldPath, String newPath) throws ErrnoException { os.link(oldPath, newPath)… in link()
698 …le String oldPath, @Nullable String newPath) throws ErrnoException { os.rename(oldPath, newPath); } in rename()
868 …public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, ne… in symlink()
H A DOs.java393 public void link(String oldPath, String newPath) throws ErrnoException; in link()
564 public void rename(String oldPath, String newPath) throws ErrnoException; in rename()
723 public void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
H A DLinux.java158 public native void link(String oldPath, String newPath) throws ErrnoException; in link()
255 public native void rename(String oldPath, String newPath) throws ErrnoException; in rename()
305 public native void symlink(String oldPath, String newPath) throws ErrnoException; in symlink()
/aosp_15_r20/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java570 Path oldPath = obj.getPath(); in renameFile() local
627 Path oldPath = oldParentObj.getPath().resolve(name); in endMoveObject() local
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java424 …public static void link(String oldPath, String newPath) throws ErrnoException { Libcore.os.link(ol… in link()
634 …public static void rename(String oldPath, String newPath) throws ErrnoException { Libcore.os.renam… in rename()
924 …public static void symlink(String oldPath, String newPath) throws ErrnoException { Libcore.os.syml… in symlink()
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/
H A DBlockGuardOsTest.java104 String oldPath = "BlockGuardOsTest/missing/old/path"; in test_blockguardOsIsNotifiedByDefault_rename() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
DGalleryWidgetMigrator.java138 String oldPath = oldExtStorage + path.substring(RELATIVE_PATH_START); in updatePath() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/ast/astutil/
Dimports.go333 func RewriteImport(fset *token.FileSet, f *ast.File, oldPath, newPath string) (rewrote bool) { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/fix/
Dfix.go555 func rewriteImport(f *ast.File, oldPath, newPath string) (rewrote bool) { argument
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpUtils.cpp254 int renameTo(const char *oldPath, const char *newPath) { in renameTo()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java458 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching() local
471 void startRoutingControl(int oldPath, int newPath, IHdmiControlCallback callback) { in startRoutingControl()
H A DHdmiCecMessageBuilder.java359 static HdmiCecMessage buildRoutingChange(int src, int oldPath, int newPath) { in buildRoutingChange()
H A DHdmiCecLocalDeviceAudioSystem.java1080 int oldPath = getRoutingPort() != Constants.CEC_SWITCH_HOME in doManualPortSwitching() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DFilterFactory.java258 String oldPath = entry.oldValue; in modifyFile() local
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DCropImage.java351 File oldPath = new File(mImage.getDataPath()); in saveOutput() local
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DUri.java2246 String oldPath = oldPart.getEncoded(); in appendEncodedSegment() local
2319 String oldPath = encodedCached ? oldPart.encoded : oldPart.decoded; in makeAbsolute() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Drule.go1482 func addReplace(syntax *FileSyntax, replace *[]*Replace, oldPath, oldVers, newPath, newVers string)… argument
/aosp_15_r20/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
H A DTestUtils.java845 public static int renameWithMediaProvider(@NonNull File oldPath, @NonNull File newPath) { in renameWithMediaProvider()
1424 final Path oldPath = oldDirectory.toPath(); in renameDirectoryWithOptionalFallbackToCopy() local
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DPathDiagnostic.h582 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DPathDiagnostic.h582 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece()

12345678910>>...12