HomeSort by relevance Sort by last modified time
    Searched refs:oldPath (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 82 Vector<WCHAR> oldPath(pathSize);
83 if (!::GetEnvironmentVariableW(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
90 newPath.append(oldPath.data(), oldPath.size());
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 123 File oldPath = getOldDatabasePath(getContext());
124 if (oldPath.exists()) {
126 if (!oldPath.renameTo(dbPath)) {
128 FileUtils.copyFile(oldPath, dbPath);
131 oldPath.delete();
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 113 String oldPath = OLD_EXT_PATH + path.substring(RELATIVE_PATH_START);
114 int oldBucketId = GalleryUtils.getBucketId(oldPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 158 IPath oldPath = URIUtil.toPath(fileStoreEditorInput.getURI());
159 if (oldPath != null) {
160 dialog.setFileName(oldPath.lastSegment());
161 dialog.setFilterPath(oldPath.toOSString());
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 183 int yaffs_rename(const char *oldPath, const char *newPath) ;
203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
yaffsfs.c 762 int yaffs_rename(const char *oldPath, const char *newPath)
774 olddir = yaffsfs_FindDirectory(NULL,oldPath,&oldname,0);
776 obj = yaffsfs_FindObject(NULL,oldPath,0);
1352 int yaffs_symlink(const char *oldpath, const char *newpath)
1362 obj = yaffs_MknodSymLink(parent,name,mode,0,0,oldpath);
1410 int yaffs_link(const char *oldpath, const char *newpath)
1412 // Creates a link called newpath to existing oldpath
1420 obj = yaffsfs_FindObject(NULL,oldpath,0);
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 10 self.oldPath = sys.path[:]
15 sys.path = self.oldPath
    [all...]
t054main.py 13 self.oldPath = sys.path[:]
18 sys.path = self.oldPath
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1);
91 File oldFile = new File(oldPath);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 336 String oldPath = getAgnosticAbsPath(oldFile);
339 "^(" + Pattern.quote(oldPath) + //$NON-NLS-1$
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 101 public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newPath); }
121 public void symlink(String oldPath, String newPath) throws ErrnoException { os.symlink(oldPath, newPath); }
Os.java 94 public void rename(String oldPath, String newPath) throws ErrnoException;
115 public void symlink(String oldPath, String newPath) throws ErrnoException;
Posix.java 135 public native void rename(String oldPath, String newPath) throws ErrnoException;
165 public native void symlink(String oldPath, String newPath) throws ErrnoException;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AdtUpdateDialog.java 318 for (String oldPath : ep.getOldPaths()) {
319 if (oldPath.equals(mPath)) {
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 99 const PathPieces &oldPath) {
100 for (PathPieces::const_iterator it = oldPath.begin(), et = oldPath.end();
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 295 Vector<WCHAR> oldPath(pathSize);
296 if (!GetEnvironmentVariableW(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
303 newPath.append(oldPath.data(), oldPath.size());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 463 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
465 NoExit(true), path(oldPath) {}
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 414 File oldPath = new File(localImage.filePath);
415 File directory = new File(oldPath.getParent());
417 String filename = oldPath.getName();
423 copyExif(oldPath.getAbsolutePath(), output.getAbsolutePath(),
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 351 File oldPath = new File(mImage.getDataPath());
352 File directory = new File(oldPath.getParent());
355 String fileName = oldPath.getName();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 554 String oldPath = oldArchive.getLocalOsPath();
555 File oldFolder = oldPath == null ? null : new File(oldPath);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 978 * @param oldPath See the {@link SFTPv3Client comment} for the class for more details.
982 public void mv(String oldPath, String newPath) throws IOException
987 tw.writeString(oldPath, charsetName);
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1100 milliseconds

1 2