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

  /development/simulator/wrapsim/
Intercept.c 278 int link(const char* oldPath, const char* newPath)
284 return _ws_link(rewritePath("link-1", pathBuf1, oldPath),
291 int rename(const char* oldPath, const char* newPath)
297 return _ws_rename(rewritePath("rename-1", pathBuf1, oldPath),
304 int symlink(const char* oldPath, const char* newPath)
310 return _ws_symlink(rewritePath("symlink-1", pathBuf1, oldPath),
  /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...]
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1);
91 File oldFile = new File(oldPath);
  /libcore/luni/src/main/native/
java_io_File.cpp 407 ScopedUtfChars oldPath(env, javaOldPath);
408 if (oldPath.c_str() == NULL) {
417 return (rename(oldPath.c_str(), newPath.c_str()) == 0);
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 229 Vector<WCHAR> oldPath(pathSize);
230 if (!GetEnvironmentVariableW(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
237 newPath.append(oldPath.data(), oldPath.size());
    [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();
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 472 File oldPath = new File(mItem.mFilePath);
473 File directory = new File(oldPath.getParent());
476 String fileName = oldPath.getName();
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 789 const SkPath* oldPath = m_data->getPath();
790 SkPath path(*oldPath);
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 268 milliseconds